We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6b62a commit e9b6ffdCopy full SHA for e9b6ffd
package.json
@@ -15,7 +15,7 @@
15
"test": "jest --coverage",
16
"build": "babel src -d lib",
17
"start": "yarn build && webpack && babel-node example/server.js",
18
- "prepublish": "yarn build"
+ "prepare": "yarn build"
19
},
20
"dependencies": {
21
"prop-types": "^15.5.0"
0 commit comments