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.
npm run posttest
1 parent 98d4e0d commit 75dd8fdCopy full SHA for 75dd8fd
1 file changed
package.json
@@ -20,7 +20,8 @@
20
"lint": "eslint --ext=js,mjs .",
21
"tests-only": "nyc tape 'test/**/*.js'",
22
"pretest": "npm run lint",
23
- "test": "npm run tests-only"
+ "test": "npm run tests-only",
24
+ "posttest": "aud --production"
25
},
26
"dependencies": {
27
"bn.js": "^5.2.1",
@@ -35,6 +36,7 @@
35
36
37
"devDependencies": {
38
"@ljharb/eslint-config": "^21.1.0",
39
+ "aud": "^2.0.3",
40
"eslint": "=8.8.0",
41
"nyc": "^10.3.2",
42
"tape": "^5.6.6"
0 commit comments