File tree 2 files changed +7
-16
lines changed
2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 2
2
"root": true,
3
3
4
4
"extends": "@ljharb",
5
-
6
- "overrides": [
7
- {
8
- "files": "test/**",
9
- "globals": {
10
- "WeakMap": false,
11
- "WeakSet": false,
12
- },
13
- },
14
- ],
15
5
}
Original file line number Diff line number Diff line change 14
14
"./package.json" : " ./package.json"
15
15
},
16
16
"scripts" : {
17
- "prepublish" : " safe-publish-latest" ,
17
+ "prepublishOnly" : " safe-publish-latest" ,
18
+ "prepublish" : " not-in-publish || npm run prepublishOnly" ,
18
19
"lint" : " eslint --ext=js,mjs ." ,
19
20
"pretest" : " npm run lint" ,
20
21
"tests-only" : " nyc tape 'test/**/*.js'" ,
45
46
},
46
47
"homepage" : " https://github.com/inspect-js/which-collection#readme" ,
47
48
"devDependencies" : {
48
- "@ljharb/eslint-config" : " ^17.6 .0" ,
49
+ "@ljharb/eslint-config" : " ^20.0 .0" ,
49
50
"aud" : " ^1.1.5" ,
50
51
"auto-changelog" : " ^2.3.0" ,
51
- "eslint" : " ^7.30.0 " ,
52
+ "eslint" : " ^8.4.1 " ,
52
53
"for-each" : " ^0.3.3" ,
53
54
"nyc" : " ^10.3.2" ,
54
- "object-inspect" : " ^1.10.3 " ,
55
- "safe-publish-latest" : " ^1.1.4 " ,
56
- "tape" : " ^5.2 .2"
55
+ "object-inspect" : " ^1.11.1 " ,
56
+ "safe-publish-latest" : " ^2.0.0 " ,
57
+ "tape" : " ^5.3 .2"
57
58
},
58
59
"dependencies" : {
59
60
"is-map" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments