Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Remove the now unused pretest scripts
  • Loading branch information
XhmikosR authored and nickmerwin committed Nov 25, 2019
1 parent 07ef879 commit bbe2de5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bbe2de5

Please sign in to comment.