File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
"test:corejs" : " nyc tape test-corejs.js" ,
19
19
"posttest" : " npx aud --production" ,
20
20
"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 ." ,
22
22
"version" : " auto-changelog && git add CHANGELOG.md" ,
23
23
"postversion" : " auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \" v$(node -e \" console.log(require('./package.json').version)\" )\" "
24
24
},
43
43
"has-tostringtag" : " ^1.0.0"
44
44
},
45
45
"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 " ,
48
48
"auto-changelog" : " ^2.3.0" ,
49
- "core-js" : " ^3.16.0 " ,
49
+ "core-js" : " ^3.20.2 " ,
50
50
"eclint" : " ^2.8.1" ,
51
- "eslint" : " ^8.4.1 " ,
51
+ "eslint" : " ^8.6.0 " ,
52
52
"foreach" : " ^2.0.5" ,
53
53
"nyc" : " ^10.3.2" ,
54
54
"safe-publish-latest" : " ^2.0.0" ,
55
- "tape" : " ^5.3.2 "
55
+ "tape" : " ^5.4.0 "
56
56
},
57
57
"testling" : {
58
58
"files" : " test/index.js" ,
You can’t perform that action at this time.
0 commit comments