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 3d9ea25 commit 47d76cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -11,8 +11,7 @@
"format": "prettier --no-semi --single-quote --write '{lib,test}/*.js' && standard --fix '{lib,test}/*.js'",
"test": "standard lib/*.js && env NODE_ENV=test ./node_modules/.bin/nyc --reporter=lcov ./node_modules/mocha/bin/_mocha test && ./node_modules/.bin/nyc report",
"precommit": "lint-staged",
"posttest": "./scripts/coverage.js",
"travis-deploy-once": "travis-deploy-once"
"posttest": "./scripts/coverage.js"
},
"lint-staged": {
"lib/*.js": [
Expand All @@ -36,8 +35,7 @@
"nyc": "^14.1.0",
"prettier": "^1.13.6",
"should": "^13.2.1",
"standard": "^11.0.1",
"travis-deploy-once": "^5.0.1"
"standard": "^11.0.1"
},
"dependencies": {},
"repository": {
Expand Down

0 comments on commit 47d76cf

Please sign in to comment.