Skip to content

Commit b8c5610

Browse files
committed
npm ignore
1 parent 959d637 commit b8c5610

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
lib
2+
test
23
*~
4+
35
.idea
46
*.iml
57
npm-debug.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"build": "BABEL_ENV=production babel --out-dir=dist lib/*.js",
12-
"prepublish": "yarn build",
12+
"prepare": "yarn build",
1313
"test": "ava"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)