Skip to content

Commit eb1ac25

Browse files
committedMar 13, 2018
[chore] update list of files that shouldn't be packed.
1 parent d8051f9 commit eb1ac25

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed
 

Diff for: ‎.npmignore

+20-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
CONTRIBUTING.md
2+
.babelrc
3+
.travis.yml
4+
.babelrc
5+
.eslintrc.js
6+
*.orig
7+
*.rej
8+
.changelog_update
9+
Makefile
10+
book.json
11+
bootstrap.sh
212
bower.json
3-
examples
413
karma.conf.js
5-
script
6-
specs
7-
.babelrc
8-
.idea/
14+
yarn.lock
15+
webpack.*
16+
.idea/*
17+
.github/*
18+
coverage
19+
docs
920
src
21+
scripts
22+
specs
23+
_book
24+
examples

0 commit comments

Comments
 (0)