Skip to content

Commit 6ce6f46

Browse files
committed
fix(npmignore): updated .npmignore
1 parent 7f805f8 commit 6ce6f46

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.npmignore

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
*.es6
2-
test
3-
demo
4-
Gruntfile.js
5-
bower.json
6-
build.json
7-
rollup.config.js
8-
sprite.handlebars
2+
test/
3+
demo/
4+
bower_components/
5+
.git*
6+
7+
node_modules/
8+
.DS_Store
9+
.npmignore
10+
11+

0 commit comments

Comments
 (0)