1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-12 07:35:28 -04:00

Downgrade rimraf to v3 since most projects still use this version

This commit is contained in:
XhmikosR
2023-03-27 08:26:39 +03:00
parent dcad2f12a1
commit 299d80bfb3
2 changed files with 84 additions and 245 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"dependencies": {
"@xhmikosr/bin-wrapper": "^5.0.1",
"pkg-conf": "^4.0.0",
"rimraf": "^4.4.0"
"rimraf": "^3.0.2"
},
"devDependencies": {
"bin-check": "^4.1.0",