Skip to content

Commit

Permalink
fix(package): remove travis-deploy-once
Browse files Browse the repository at this point in the history
Accidentally added in previous commit.
  • Loading branch information
geraintwhite authored Apr 29, 2018
1 parent 2eab32b commit c0d1c8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"test": "npm run lint && tape tests/*.js | tap-spec",
"coverage": "istanbul cover tape tests/*.js",
"coverage:report": "codeclimate-test-reporter < ./coverage/lcov.info",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
"semantic-release": "semantic-release"
},
"dependencies": {
"ansi-to-html": "^0.6.4",
Expand All @@ -41,8 +40,7 @@
"tap-spec": "~4.1.1",
"tape": "~4.9.0",
"through2": "~2.0.3",
"validate-commit-msg": "^2.14.0",
"travis-deploy-once": "^4.4.1"
"validate-commit-msg": "^2.14.0"
},
"bugs": {
"url": "https://github.com/itsapi/github-listener/issues"
Expand Down

0 comments on commit c0d1c8e

Please sign in to comment.