We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50de71 commit b994de9Copy full SHA for b994de9
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"test": "standard && hallmark && nyc tape test/*.js",
10
"coverage": "nyc report --reporter=text-lcov | coveralls",
11
"hallmark": "hallmark --fix",
12
- "dependency-check": "dependency-check --missing --unused --no-dev .",
+ "dependency-check": "dependency-check --no-dev .",
13
"prepublishOnly": "npm run dependency-check"
14
},
15
"dependencies": {
@@ -29,7 +29,7 @@
29
"tmp-redis": "~1.0.0"
30
31
"devDependencies": {
32
- "dependency-check": "^3.3.0",
+ "dependency-check": "^4.1.0",
33
"hallmark": "^2.0.0",
34
"level-community": "^3.0.0",
35
"nyc": "^14.1.1",
0 commit comments