File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818 "test:corejs" : " nyc tape test-corejs.js" ,
1919 "posttest" : " npx aud --production" ,
2020 "prelint" : " eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\ .git')" ,
21- "lint" : " eslint ." ,
21+ "lint" : " eslint --ext=js,mjs ." ,
2222 "version" : " auto-changelog && git add CHANGELOG.md" ,
2323 "postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
2424 },
4343 "has-tostringtag" : " ^1.0.0"
4444 },
4545 "devDependencies" : {
46- "@ljharb/eslint-config" : " ^20.0 .0" ,
47- "aud" : " ^1.1.5 " ,
46+ "@ljharb/eslint-config" : " ^20.2 .0" ,
47+ "aud" : " ^2.0.0 " ,
4848 "auto-changelog" : " ^2.3.0" ,
49- "core-js" : " ^3.16.0 " ,
49+ "core-js" : " ^3.20.2 " ,
5050 "eclint" : " ^2.8.1" ,
51- "eslint" : " ^8.4.1 " ,
51+ "eslint" : " ^8.6.0 " ,
5252 "foreach" : " ^2.0.5" ,
5353 "nyc" : " ^10.3.2" ,
5454 "safe-publish-latest" : " ^2.0.0" ,
55- "tape" : " ^5.3.2 "
55+ "tape" : " ^5.4.0 "
5656 },
5757 "testling" : {
5858 "files" : " test/index.js" ,
You can’t perform that action at this time.
0 commit comments