We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b36db5 commit 50cd8a7Copy full SHA for 50cd8a7
package.json
@@ -32,8 +32,7 @@
32
"build:example": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
33
"cm": "git-cz",
34
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
35
- "travis": "npm run cover -- --report lcovonly",
36
- "prepack": "npm i yarn && yarn && rm -rf ./node_modules"
+ "travis": "npm run cover -- --report lcovonly"
37
},
38
"peerDependencies": {
39
"webpack": "^4.4.0"
0 commit comments