File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
"@typescript-eslint/eslint-plugin" : " ^6.18.1" ,
27
27
"@typescript-eslint/parser" : " ^6.18.1" ,
28
28
"copyfiles" : " ^2.4.1" ,
29
- "del-cli" : " ^5.1.0" ,
30
- "eslint" : " ^8.56.0" ,
31
29
"eslint-config-prettier" : " ^9.1.0" ,
32
30
"eslint-plugin-simple-import-sort" : " ^10.0.0" ,
33
31
"eslint-plugin-unused-imports" : " ^3.0.0" ,
32
+ "eslint" : " ^8.56.0" ,
34
33
"jest" : " ^29.6.2" ,
35
34
"lerna" : " ^6" ,
36
35
"prettier" : " ^3.0.2" ,
36
+ "rimraf" : " 4.4.1" ,
37
37
"strip-ansi" : " ^6" ,
38
38
"symlink-workspace" : " ^1.9.0" ,
39
39
"ts-jest" : " ^29.1.1" ,
Original file line number Diff line number Diff line change 21
21
},
22
22
"scripts" : {
23
23
"copy" : " copyfiles -f ../../LICENSE README.md package.json dist" ,
24
- "clean" : " del dist/**" ,
24
+ "clean" : " rimraf dist/**" ,
25
25
"prepare" : " npm run build" ,
26
26
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
27
27
"test" : " jest" ,
Original file line number Diff line number Diff line change 21
21
},
22
22
"scripts" : {
23
23
"copy" : " copyfiles -f ../../LICENSE README.md package.json dist" ,
24
- "clean" : " del dist/**" ,
24
+ "clean" : " rimraf dist/**" ,
25
25
"prepare" : " npm run build" ,
26
26
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
27
27
"test" : " jest" ,
Original file line number Diff line number Diff line change 21
21
},
22
22
"scripts" : {
23
23
"copy" : " copyfiles -f ../../LICENSE README.md package.json dist" ,
24
- "clean" : " del dist/**" ,
24
+ "clean" : " rimraf dist/**" ,
25
25
"prepare" : " npm run build" ,
26
26
"build" : " npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy" ,
27
27
"test" : " jest" ,
You can’t perform that action at this time.
0 commit comments