Skip to content

Commit f23c662

Browse files
committed
add rimraf 🐍 ..
1 parent 7cc117d commit f23c662

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"redis": "^3.0.2",
7777
"remark-cli": "^8.0.0",
7878
"remark-preset-github": "^1.0.1",
79+
"rimraf": "^3.0.2",
7980
"supertest": "^4.0.2",
8081
"xo": "^0.32.1"
8182
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6610,7 +6610,7 @@ [email protected]:
66106610
dependencies:
66116611
glob "^7.1.3"
66126612

6613-
rimraf@^3.0.0:
6613+
rimraf@^3.0.0, rimraf@^3.0.2:
66146614
version "3.0.2"
66156615
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
66166616
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==

0 commit comments

Comments
 (0)