File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
2727 "prelint" : " npm run build" ,
2828 "lint" : " eslint src build/*.max.js" ,
29- "postlint" : " tsc -p . && attw -P" ,
29+ "postlint" : " tsc -p . && attw -P" ,
3030 "clean" : " rimraf build" ,
3131 "web" : " tiny-cdn run" ,
3232 "prebuild" : " npm run clean && mkdirp build" ,
3838 "tests-only" : " nyc tape 'test/**/*.js'"
3939 },
4040 "devDependencies" : {
41- "@arethetypeswrong/cli" : " ^0.17.0 " ,
42- "@ljharb/eslint-config" : " ^21.1 .1" ,
43- "@ljharb/tsconfig" : " ^0.2.0 " ,
44- "@types/tape" : " ^5.6.5 " ,
41+ "@arethetypeswrong/cli" : " ^0.18.2 " ,
42+ "@ljharb/eslint-config" : " ^22.2 .1" ,
43+ "@ljharb/tsconfig" : " ^0.3.2 " ,
44+ "@types/tape" : " ^5.8.1 " ,
4545 "es5-shim" : " ^4.6.7" ,
4646 "es6-shim" : " ^0.35.8" ,
47- "eslint" : " =8.8.0 " ,
47+ "eslint" : " ^8.57.1 " ,
4848 "in-publish" : " ^2.0.1" ,
4949 "markdown" : " ^0.5.0" ,
5050 "mkdirp" : " ^0.5.6" ,
51- "npmignore" : " ^0.3.1 " ,
51+ "npmignore" : " ^0.3.5 " ,
5252 "nyc" : " ^10.3.2" ,
5353 "rimraf" : " ^2.7.1" ,
5454 "safe-publish-latest" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments