diff options
| author | XhmikosR <[email protected]> | 2019-11-14 09:52:53 +0200 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2019-11-26 09:09:40 -0800 |
| commit | 4aa11a25fdf958c42b8b605833d4cd6faea19a2b (patch) | |
| tree | 2cb185a6b44d32dc1b053e12a43b1c7b9ff582be /package.json | |
| parent | 33eccc31975a1c692ed1064357150e2b91b91057 (diff) | |
| download | node-coveralls-4aa11a25fdf958c42b8b605833d4cd6faea19a2b.tar.xz node-coveralls-4aa11a25fdf958c42b8b605833d4cd6faea19a2b.zip | |
Remove snyk.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index b9bac50..f998120 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "mocha": "_mocha -b -R spec", "test-cov": "nyc npm run mocha", "test-coveralls": "nyc npm run mocha && shx cat ./coverage/lcov.info | node ./bin/coveralls.js --verbose", - "test": "snyk test && npm run lint && npm run mocha" + "test": "npm run lint && npm run mocha" }, "bin": { "coveralls": "./bin/coveralls.js" @@ -49,8 +49,7 @@ "mocha-lcov-reporter": "^1.3.0", "should": "^9.0.2", "shx": "^0.3.2", - "sinon-restore": "^1.0.1", - "snyk": "^1.250.0" + "sinon-restore": "^1.0.1" }, "engines": { "node": ">=6" |
