This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 68
68
}
69
69
},
70
70
"runScriptsConfig" : {
71
+ "clean" : [
72
+ " rimraf build dist"
73
+ ],
71
74
"build" : [
72
- " rimraf build dist" ,
73
75
" jshint . --exclude-path .gitignore" ,
74
76
" eslint --max-warnings 0 . --ext .ts" ,
75
77
" tsc" ,
79
81
]
80
82
},
81
83
"scripts" : {
82
- "pretest" : " run-scripts build" ,
84
+ "pretest" : " run-scripts clean build" ,
83
85
"test" : " mocha spec --timeout 5000"
84
86
},
85
87
"dependencies" : {
91
93
"devDependencies" : {
92
94
"@types/node" : " ~18.15" ,
93
95
"@types/through2" : " ~2.0" ,
94
- "@typescript-eslint/eslint-plugin" : " ~5.55 " ,
95
- "@typescript-eslint/parser" : " ~5.55 " ,
96
+ "@typescript-eslint/eslint-plugin" : " ~5.58 " ,
97
+ "@typescript-eslint/parser" : " ~5.58 " ,
96
98
"add-dist-header" : " ~1.0" ,
97
99
"assert-deep-strict-equal" : " ~1.0" ,
98
100
"copy-file-util" : " ~1.0" ,
99
101
"copy-folder-util" : " ~1.0" ,
100
- "eslint" : " ~8.36 " ,
102
+ "eslint" : " ~8.38 " ,
101
103
"jshint" : " ~2.13" ,
102
104
"mocha" : " ~10.2" ,
103
- "rimraf" : " ~4.4 " ,
104
- "run-scripts-util" : " ~1.0 " ,
105
+ "rimraf" : " ~5.0 " ,
106
+ "run-scripts-util" : " ~1.1 " ,
105
107
"sinon" : " ~15.0" ,
106
108
"slash" : " ~5.0" ,
107
109
"typescript" : " ~5.0"
You can’t perform that action at this time.
0 commit comments