Skip to content

Commit 52ddf06

Browse files
committed
chore: remove unneeded travis-deploy-once
1 parent 2b0105a commit 52ddf06

File tree

2 files changed

+9
-201
lines changed

2 files changed

+9
-201
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"test": "jest",
2424
"pretravis": "npm run lint && npm run clean",
2525
"travis": "npm run cover",
26-
"precommit": "lint-staged",
27-
"travis-deploy-once": "travis-deploy-once"
26+
"precommit": "lint-staged"
2827
},
2928
"repository": "SimenB/add-asset-html-webpack-plugin",
3029
"keywords": [
@@ -66,8 +65,7 @@
6665
"prettier": "^1.8.2",
6766
"slash": "^2.0.0",
6867
"webpack": "^4.0.0",
69-
"webpack-cli": "^3.1.0",
70-
"travis-deploy-once": "^5.0.7"
68+
"webpack-cli": "^3.1.0"
7169
},
7270
"peerDependencies": {
7371
"html-webpack-plugin": "^3.0.4"

0 commit comments

Comments
 (0)