File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
2323 "prepublishOnly" : " safe-publish-latest" ,
2424 "pretest" : " npm run lint" ,
25- "lint" : " eslint ." ,
25+ "lint" : " eslint --ext=js,mjs ." ,
2626 "tests-only" : " nyc tape 'test/**/*.js'" ,
2727 "test" : " npm run tests-only" ,
28- "posttest" : " npx aud --production" ,
28+ "posttest" : " aud --production" ,
2929 "version" : " auto-changelog && git add CHANGELOG.md" ,
3030 "postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
3131 },
4747 "which-typed-array" : " ^1.1.7"
4848 },
4949 "devDependencies" : {
50- "@ljharb/eslint-config" : " ^19.1 .0" ,
50+ "@ljharb/eslint-config" : " ^20.0 .0" ,
5151 "aud" : " ^1.1.5" ,
5252 "auto-changelog" : " ^2.3.0" ,
53- "eslint" : " ^8.4.0 " ,
53+ "eslint" : " ^8.4.1 " ,
5454 "has-symbols" : " ^1.0.2" ,
5555 "has-typed-arrays" : " ^1.0.1" ,
5656 "nyc" : " ^10.3.2" ,
You can’t perform that action at this time.
0 commit comments