File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3333 "side-channel" : " ^1.0.4"
3434 },
3535 "devDependencies" : {
36- "@ljharb/eslint-config" : " ^18 .0.0 " ,
36+ "@ljharb/eslint-config" : " ^19 .0.1 " ,
3737 "aud" : " ^1.1.5" ,
3838 "browserify" : " ^16.5.2" ,
3939 "eclint" : " ^2.8.1" ,
40- "eslint" : " ^7.32 .0" ,
40+ "eslint" : " ^8.2 .0" ,
4141 "evalmd" : " ^0.0.19" ,
4242 "for-each" : " ^0.3.3" ,
4343 "has-symbols" : " ^1.0.2" ,
4747 "nyc" : " ^10.3.2" ,
4848 "object-inspect" : " ^1.11.0" ,
4949 "qs-iconv" : " ^1.0.4" ,
50- "safe-publish-latest" : " ^1.1.4 " ,
50+ "safe-publish-latest" : " ^2.0.0 " ,
5151 "safer-buffer" : " ^2.1.2" ,
5252 "tape" : " ^5.3.1"
5353 },
5454 "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" ,
5657 "pretest" : " npm run --silent readme && npm run --silent lint" ,
5758 "test" : " npm run tests-only" ,
5859 "tests-only" : " nyc tape 'test/**/*.js'" ,
5960 "posttest" : " aud --production" ,
6061 "readme" : " evalmd README.md" ,
6162 "postlint" : " eclint check * lib/* test/* !dist/*" ,
62- "lint" : " eslint lib/*.js test/*.js " ,
63+ "lint" : " eslint . " ,
6364 "dist" : " mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js"
6465 },
6566 "license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments