File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ 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
6
## [ Unreleased]
7
+ ### Changed
8
+ - using ` package.json/files ` instead of ` .npmignore ` for package file inclusion ([ #228 ] , thanks [ @mathieudutour ] )
7
9
8
10
## [ 1.3.0] - 2016-03-20
9
11
Major perf improvements. Between parsing only once and ignoring gigantic, non-module ` node_modules ` ,
@@ -120,6 +122,7 @@ for info on changes for earlier releases.
120
122
[ `no-amd` ] : ./docs/rules/no-amd.md
121
123
[ `namespace` ] : ./docs/rules/namespace.md
122
124
125
+ [ #228 ] : https://github.com/benmosher/eslint-plugin-import/pull/228
123
126
[ #211 ] : https://github.com/benmosher/eslint-plugin-import/pull/211
124
127
[ #157 ] : https://github.com/benmosher/eslint-plugin-import/pull/157
125
128
@@ -149,3 +152,5 @@ for info on changes for earlier releases.
149
152
[ 0.12.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v0.12.0...v0.12.1
150
153
[ 0.12.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v0.11.0...v0.12.0
151
154
[ 0.11.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v0.10.1...v0.11.0
155
+
156
+ [ @mathieudutour ] : https://github.com/mathieudutour
You can’t perform that action at this time.
0 commit comments