Skip to content

Commit a17fdd1

Browse files
committed
build(.npmignore): whitelist instead of blacklist
1 parent af3e806 commit a17fdd1

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.npmignore

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
coverage
2-
.nyc_output
3-
src
4-
lib
5-
test
6-
scripts
7-
node_modules
8-
.babelrc
9-
.eslintrc
10-
.eslintcache
11-
.idea
12-
flow-typed
1+
**
2+
!**/*.js
3+
!**/*.js.flow
4+
!/*.md
5+
/src
6+
/test
7+
/coverage
8+
/flow-typed
9+
__tests__
10+
/.*
11+
!/.flowconfig

0 commit comments

Comments
 (0)