Skip to content

Commit

Permalink
Upgrade dependency-check devDependency from ^3.3.0 to ^4.1.0
Browse files Browse the repository at this point in the history
Closes #69.
  • Loading branch information
vweevers committed Feb 28, 2020
1 parent b50ba68 commit b47f991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "standard && hallmark && (nyc -s node test | faucet) && nyc report",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check . test/*.js",
"dependency-check": "dependency-check --no-dev .",
"prepublishOnly": "npm run dependency-check"
},
"directories": {
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"after": "^0.8.2",
"coveralls": "^3.0.2",
"dependency-check": "^3.3.0",
"dependency-check": "^4.1.0",
"faucet": "^0.0.1",
"hallmark": "^2.0.0",
"level-community": "^3.0.0",
Expand Down

0 comments on commit b47f991

Please sign in to comment.