Skip to content

Commit a325613

Browse files
committed
compatible with npm@3
1 parent 5fc008c commit a325613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"build": "rollup -c rollup.config.babel.js",
11-
"prepublishOnly": "yarn build",
11+
"prepublish": "yarn build",
1212
"test": "jest",
1313
"lint": "eslint ."
1414
},

0 commit comments

Comments
 (0)