Skip to content

Commit

Permalink
chore: remove travis-deploy-once
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmacp committed May 3, 2019
1 parent e41fc4c commit 082a5bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"test": "standard 'lib/*.js' | snazzy && env NODE_ENV=test ./node_modules/.bin/nyc --reporter=lcov ./node_modules/mocha/bin/_mocha test && ./node_modules/.bin/nyc report",
"posttest": "./scripts/coverage.js",
"travis-deploy-once": "travis-deploy-once"
"posttest": "./scripts/coverage.js"
},
"dependencies": {
"backtick-template": "^0.1.1"
Expand All @@ -18,8 +17,7 @@
"should": "^11.2.1",
"sinon": "4.4.3",
"snazzy": "7.0.0",
"standard": "^11.0.1",
"travis-deploy-once": "^5.0.0"
"standard": "^11.0.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 082a5bb

Please sign in to comment.