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 #655.
  • Loading branch information
vweevers committed Oct 5, 2019
1 parent c3259fc commit 8965e58
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 @@ -15,7 +15,7 @@
"prebuild": "prebuildify -t 8.14.0 --napi --strip",
"download-prebuilds": "prebuildify-ci download",
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check . test/*.js bench/*.js",
"dependency-check": "dependency-check --no-dev -i napi-macros . test/*.js bench/*.js",
"prepublishOnly": "npm run dependency-check",
"prebuild-arm": "npm run prebuild-linux-armv7 && npm run prebuild-linux-arm64 && npm run prebuild-android-armv7 && npm run prebuild-android-arm64",
"prebuild-linux-armv7": "IMAGE=linux-armv7 ./scripts/cross-compile --tag-armv",
Expand All @@ -35,7 +35,7 @@
"coveralls": "^3.0.2",
"cross-env": "^6.0.0",
"delayed": "^2.0.0",
"dependency-check": "^3.3.0",
"dependency-check": "^4.1.0",
"du": "^1.0.0",
"electron": "^6.0.0",
"faucet": "^0.0.1",
Expand Down

0 comments on commit 8965e58

Please sign in to comment.