Skip to content

Commit e9b6ffd

Browse files
authored
Enable usage as npm git dependency (#152)
1 parent cd6b62a commit e9b6ffd

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
@@ -15,7 +15,7 @@
1515
"test": "jest --coverage",
1616
"build": "babel src -d lib",
1717
"start": "yarn build && webpack && babel-node example/server.js",
18-
"prepublish": "yarn build"
18+
"prepare": "yarn build"
1919
},
2020
"dependencies": {
2121
"prop-types": "^15.5.0"

0 commit comments

Comments
 (0)