File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
package-lock = false
2
- audit-level = high
Original file line number Diff line number Diff line change @@ -274,4 +274,3 @@ matrix:
274
274
- os : osx
275
275
- env : TEST=true ALLOW_FAILURE=true
276
276
- env : COVERAGE=true
277
- - env : POSTTEST=true
Original file line number Diff line number Diff line change 35
35
"scripts" : {
36
36
"pretest" : " npm run --silent lint" ,
37
37
"test" : " npm run --silent tests-only" ,
38
- "posttest" : " npm run --silent audit " ,
38
+ "posttest" : " npx aud " ,
39
39
"tests-only" : " node test/index.js" ,
40
40
"coverage" : " covert test/*.js" ,
41
41
"coverage-quiet" : " covert test/*.js --quiet" ,
42
- "lint" : " eslint ." ,
43
- "preaudit" : " npm install --package-lock --package-lock-only" ,
44
- "audit" : " npm audit" ,
45
- "postaudit" : " rm package-lock.json"
42
+ "lint" : " eslint ."
46
43
},
47
44
"repository" : {
48
45
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments