File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "prepublish" : " safe-publish-latest" ,
2424 "pretest" : " npm run --silent lint && evalmd README.md" ,
2525 "test" : " npm run tests-only" ,
26- "posttest" : " npx aud --production" ,
26+ "posttest" : " aud --production" ,
2727 "tests-only" : " nyc tape 'test/**/*.js'" ,
2828 "lint" : " eslint ." ,
2929 "postlint" : " es-shim-api --bound"
5151 },
5252 "devDependencies" : {
5353 "@es-shims/api" : " ^2.1.2" ,
54- "@ljharb/eslint-config" : " ^16.0.0" ,
54+ "@ljharb/eslint-config" : " ^17.2.0" ,
55+ "aud" : " ^1.1.3" ,
5556 "covert" : " ^1.1.1" ,
56- "eslint" : " ^6.8 .0" ,
57+ "eslint" : " ^7.13 .0" ,
5758 "evalmd" : " 0.0.19" ,
5859 "foreach" : " ^2.0.5" ,
5960 "has-strict-mode" : " ^1.0.0" ,
6061 "nyc" : " ^10.3.2" ,
61- "object-inspect" : " ^1.7 .0" ,
62+ "object-inspect" : " ^1.8 .0" ,
6263 "safe-publish-latest" : " ^1.1.4" ,
63- "tape" : " ^5.0.0-next.4 "
64+ "tape" : " ^5.0.1 "
6465 },
6566 "testling" : {
6667 "files" : [
You can’t perform that action at this time.
0 commit comments