File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 33
33
"side-channel" : " ^1.0.4"
34
34
},
35
35
"devDependencies" : {
36
- "@ljharb/eslint-config" : " ^18 .0.0 " ,
36
+ "@ljharb/eslint-config" : " ^19 .0.1 " ,
37
37
"aud" : " ^1.1.5" ,
38
38
"browserify" : " ^16.5.2" ,
39
39
"eclint" : " ^2.8.1" ,
40
- "eslint" : " ^7.32 .0" ,
40
+ "eslint" : " ^8.2 .0" ,
41
41
"evalmd" : " ^0.0.19" ,
42
42
"for-each" : " ^0.3.3" ,
43
43
"has-symbols" : " ^1.0.2" ,
47
47
"nyc" : " ^10.3.2" ,
48
48
"object-inspect" : " ^1.11.0" ,
49
49
"qs-iconv" : " ^1.0.4" ,
50
- "safe-publish-latest" : " ^1.1.4 " ,
50
+ "safe-publish-latest" : " ^2.0.0 " ,
51
51
"safer-buffer" : " ^2.1.2" ,
52
52
"tape" : " ^5.3.1"
53
53
},
54
54
"scripts" : {
55
- "prepublish" : " safe-publish-latest && (not-in-publish || npm run dist)" ,
55
+ "prepublishOnly" : " safe-publish-latest && npm run dist" ,
56
+ "prepublish" : " not-in-publish || npm run prepublishOnly" ,
56
57
"pretest" : " npm run --silent readme && npm run --silent lint" ,
57
58
"test" : " npm run tests-only" ,
58
59
"tests-only" : " nyc tape 'test/**/*.js'" ,
59
60
"posttest" : " aud --production" ,
60
61
"readme" : " evalmd README.md" ,
61
62
"postlint" : " eclint check * lib/* test/* !dist/*" ,
62
- "lint" : " eslint lib/*.js test/*.js " ,
63
+ "lint" : " eslint . " ,
63
64
"dist" : " mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js"
64
65
},
65
66
"license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments