Skip to content

Commit 51c6895

Browse files
updated: replace prepublish with prepare
1 parent a0990ab commit 51c6895

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"jsnext:main": "index.next.js",
77
"module": "index.next.js",
88
"scripts": {
9-
"prepublish": "npm run build && npm test",
9+
"prepare": "npm run build && npm test",
1010
"lint": "eslint index.next.js test.js rollup.config.js",
1111
"build": "rollup -c",
1212
"doc": "documentation readme index.next.js -s API",

0 commit comments

Comments
 (0)