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 ae8ca4d commit ebc95a9Copy full SHA for ebc95a9
package.json
@@ -12,7 +12,7 @@
12
"lint": "eslint modules",
13
"start": "babel-node example/server.js",
14
"test": "npm run lint && karma start",
15
- "postinstall": "node ./npm-scripts/postinstall.js"
+ "prepublish": "node ./npm-scripts/postinstall.js"
16
},
17
"keywords": [
18
"redux",
0 commit comments