diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json index 9ad53f0..b9bac50 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,7 @@ "lint": "jshint ./lib ./test ./index.js", "mocha": "_mocha -b -R spec", "test-cov": "nyc npm run mocha", - "pretest-coveralls": "npm run pretest", "test-coveralls": "nyc npm run mocha && shx cat ./coverage/lcov.info | node ./bin/coveralls.js --verbose", - "pretest": "cross-env-shell \"echo TRAVIS_JOB_ID $TRAVIS_JOB_ID\"", "test": "snyk test && npm run lint && npm run mocha" }, "bin": { @@ -44,7 +42,6 @@ "request": "^2.88.0" }, "devDependencies": { - "cross-env": "^5.2.1", "nyc": "^14.1.1", "istanbul": "^0.4.5", "jshint": "^2.10.3", |
