Skip to content

Commit

Permalink
upgrading rimraf to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Aug 19, 2024
1 parent ef60535 commit ca9e123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"scripts": {
"test": "c8 mocha --reporter list",
"test:ci": "c8 --reporter=lcov mocha --reporter list",
"clean": "rimraf ./node_modules ./coverage yarn.lock package-lock.json",
"clean": "rimraf ./node_modules ./coverage yarn.lock package-lock.json ./dist ./dist-site",
"website:build": "rimraf ./site/readme.md && npx -y docula build -s ./site -o ./dist-site",
"website:serve": "rimraf ./site/readme.md && npx -y docula serve -s ./site -o ./dist-site"
},
Expand Down Expand Up @@ -150,7 +150,7 @@
"chai": "^4.3.10",
"lodash": "^4.17.21",
"mocha": "^10.7.3",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"template-helpers": "^1.0.1",
"templates": "^1.2.9",
"typescript": "^5.5.4"
Expand Down

0 comments on commit ca9e123

Please sign in to comment.