Skip to content

Commit

Permalink
updated resolvers/node/package.json to use "files" (fixes #531)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Sep 15, 2016
1 parent 2b471c7 commit e087ec4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion resolvers/node/.npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions resolvers/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this resolver will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).

## Unreleased
### Fixed
- use `files` in `package.json` to ship only `index.js` ([#531], thanks for noticing [@lukeapage])

## v0.2.3 - 2016-08-20
### Added
- debug logging (use `DEBUG=eslint-plugin-import:resolver:node eslint [...]`)
Expand All @@ -22,6 +26,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

[#438]: https://github.com/benmosher/eslint-plugin-import/pull/438

[#531]: https://github.com/benmosher/eslint-plugin-import/issues/531
[#437]: https://github.com/benmosher/eslint-plugin-import/issues/437

[@jasonkarns]: https://github.com/jasonkarns
[@lukeapage]: https://github.com/lukeapage
1 change: 1 addition & 0 deletions resolvers/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.3",
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"files": ["index.js"],
"scripts": {
"test": "nyc mocha"
},
Expand Down

0 comments on commit e087ec4

Please sign in to comment.