We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a6e3f commit b76b9c8Copy full SHA for b76b9c8
package.json
@@ -19,7 +19,7 @@
19
},
20
"scripts": {
21
"_mocha": "mocha --timeout 120000",
22
- "clean": "rimraf coverage jsdoc \"test-workspace/{build,test.txt}\"",
+ "clean": "rm -rf coverage jsdoc \"test-workspace/{build,test.txt}\"",
23
"docs": "jsdoc -c jsdoc.json",
24
"lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",
25
"pretest": "node scripts/make-slink.js && npm run lint",
@@ -48,7 +48,6 @@
48
"jsdoc": "^4.0.0",
49
"mocha": "^10.0.0",
50
"p-queue": "^6.6.1",
51
- "rimraf": "^4.0.4",
52
"yarn": "^1.12.3"
53
54
"repository": {
0 commit comments