Skip to content

Commit 5509b5b

Browse files
committed
Fix package.json for prepublish scripts are deprecated in npm@5.
1 parent 4a27194 commit 5509b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"build": "./node_modules/.bin/rollup -c",
1212
"watch": "./node_modules/.bin/rollup -w -c",
13-
"prepublish": "npm run-script build",
13+
"prepare": "npm run-script build",
1414
"test": "node ./test/run.js",
1515
"lint": "bin/lint",
1616
"install": "npm run-script build && ./release.sh"

0 commit comments

Comments
 (0)