File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this resolver will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
+ ## Unreleased
7
+ ### Fixed
8
+ - use ` files ` in ` package.json ` to ship only ` index.js ` ([ #531 ] , thanks for noticing [ @lukeapage ] )
9
+
6
10
## v0.2.3 - 2016-08-20
7
11
### Added
8
12
- debug logging (use ` DEBUG=eslint-plugin-import:resolver:node eslint [...] ` )
@@ -22,6 +26,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
22
26
23
27
[ #438 ] : https://github.com/benmosher/eslint-plugin-import/pull/438
24
28
29
+ [ #531 ] : https://github.com/benmosher/eslint-plugin-import/issues/531
25
30
[ #437 ] : https://github.com/benmosher/eslint-plugin-import/issues/437
26
31
27
32
[ @jasonkarns ] : https://github.com/jasonkarns
33
+ [ @lukeapage ] : https://github.com/lukeapage
Original file line number Diff line number Diff line change 3
3
"version" : " 0.2.3" ,
4
4
"description" : " Node default behavior import resolution plugin for eslint-plugin-import." ,
5
5
"main" : " index.js" ,
6
+ "files" : [" index.js" ],
6
7
"scripts" : {
7
8
"test" : " nyc mocha"
8
9
},
You can’t perform that action at this time.
0 commit comments