File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
14
14
15
15
### Changed
16
16
- [ ` import/external-module-folders ` setting] behavior is more strict now: it will only match complete path segments ([ #1605 ] , thanks [ @skozin ] )
17
+ - [ meta] fix "files" field to include/exclude the proper files ([ #1635 ] , thanks [ @ljharb ] )
17
18
18
19
## [ 2.20.0] - 2020-01-10
19
20
### Added
@@ -645,6 +646,7 @@ for info on changes for earlier releases.
645
646
646
647
[ `memo-parser` ] : ./memo-parser/README.md
647
648
649
+ [ #1635 ] : https://github.com/benmosher/eslint-plugin-import/issues/1635
648
650
[ #1620 ] : https://github.com/benmosher/eslint-plugin-import/pull/1620
649
651
[ #1613 ] : https://github.com/benmosher/eslint-plugin-import/issues/1613
650
652
[ #1612 ] : https://github.com/benmosher/eslint-plugin-import/pull/1612
Original file line number Diff line number Diff line change 10
10
"test" : " tests"
11
11
},
12
12
"files" : [
13
+ " *.md" ,
14
+ " LICENSE" ,
15
+ " docs" ,
13
16
" lib" ,
14
17
" config" ,
15
- " memo-parser"
18
+ " memo-parser/{*.js,LICENSE,*.md} "
16
19
],
17
20
"scripts" : {
18
21
"prebuild" : " rimraf lib" ,
You can’t perform that action at this time.
0 commit comments