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.
eslint
@ljharb/eslint-config
tape
aud
posttest
1 parent 0db50df commit 46cafa1Copy full SHA for 46cafa1
package.json
@@ -59,17 +59,18 @@
59
"tests-only": "tape test/*.js",
60
"pretest": "npm run lint",
61
"test": "npm run --silent tests-only",
62
- "posttest": "npm run test:multirepo",
+ "posttest": "npm run test:multirepo && aud --production",
63
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
64
},
65
"devDependencies": {
66
- "@ljharb/eslint-config": "^16.0.0",
+ "@ljharb/eslint-config": "^17.1.0",
67
"array.prototype.map": "^1.0.2",
68
- "eslint": "^6.8.0",
+ "aud": "^1.1.2",
69
+ "eslint": "^7.6.0",
70
"object-keys": "^1.1.1",
71
"safe-publish-latest": "^1.1.4",
72
"tap": "0.4.13",
- "tape": "^5.0.0-next.5"
73
+ "tape": "^5.0.1"
74
75
"license": "MIT",
76
"author": {
0 commit comments