Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"npm": "latest",
"npm-check": "5.4.0",
"open": "0.0.5",
"snyk": "^1.17.1"
"snyk": "^1.123.0"
},
"devDependencies": {
"codecov": "2.1.0",
Expand All @@ -53,7 +53,9 @@
"report": "nyc report --reporter=html",
"test:istanbul": "istanbul cover --report html --dir externals/coverage _mocha test/*.js",
"test:report": "npm run test && npm run report",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}