Skip to content

Commit 875013c

Browse files
committed
Move rimraf to devdependency
1 parent 89189fe commit 875013c

File tree

2 files changed

+41
-7
lines changed

2 files changed

+41
-7
lines changed

package-lock.json

Lines changed: 40 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"command-line-usage": "^7.0.1",
1717
"microtime": "^3.1.1",
1818
"nanotimer": "^0.3.15",
19-
"rimraf": "^5.0.1",
2019
"typescript": "^5.1.6",
2120
"ulog": "^1.1.0",
2221
"uuid": "^9.0.0"
@@ -27,6 +26,7 @@
2726
"eslint-config-standard-with-typescript": "^37.0.0",
2827
"jest": "^29.6.2",
2928
"prettier": "^3.0.1",
29+
"rimraf": "^5.0.1",
3030
"ts-jest": "^29.1.1",
3131
"typedoc": "^0.24.8"
3232
},

0 commit comments

Comments
 (0)