We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea7cee commit f239d32Copy full SHA for f239d32
package.json
@@ -8,7 +8,7 @@
8
"build-demo": "webpack --config 'webpack/demo.config.js' --optimize-minimize --content-base demo",
9
"dev": "webpack-dev-server --config 'webpack/dev.config.js' --devtool eval --progress --colors --hot --content-base demo",
10
"lint": "eslint lib",
11
- "prepublish": "npm run lint && npm run build"
+ "prepare": "npm run lint && npm run build"
12
},
13
"author": "Jonathan Rowny",
14
"contributors": [
0 commit comments