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 2b0105a commit 52ddf06Copy full SHA for 52ddf06
package.json
@@ -23,8 +23,7 @@
23
"test": "jest",
24
"pretravis": "npm run lint && npm run clean",
25
"travis": "npm run cover",
26
- "precommit": "lint-staged",
27
- "travis-deploy-once": "travis-deploy-once"
+ "precommit": "lint-staged"
28
},
29
"repository": "SimenB/add-asset-html-webpack-plugin",
30
"keywords": [
@@ -66,8 +65,7 @@
66
65
"prettier": "^1.8.2",
67
"slash": "^2.0.0",
68
"webpack": "^4.0.0",
69
- "webpack-cli": "^3.1.0",
70
- "travis-deploy-once": "^5.0.7"
+ "webpack-cli": "^3.1.0"
71
72
"peerDependencies": {
73
"html-webpack-plugin": "^3.0.4"
0 commit comments