From e94cac884368e550f933cd772c1ecc180fd563a3 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Sun, 10 May 2020 12:44:35 +0100 Subject: [PATCH] chore(npm): remove rimraf --- package.json | 3 +-- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 749f0a2..bb7a001 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,7 @@ "eslint-plugin-import": "^2", "eslint-plugin-jsx-a11y": "^6", "eslint-plugin-react": "^7", - "jscodeshift": "0.9.0", - "rimraf": "3.0.2" + "jscodeshift": "0.9.0" }, "homepage": "https://github.com/JamieMason/astexplorer.app#readme", "keywords": [ diff --git a/yarn.lock b/yarn.lock index 4053013..cdcce1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7262,7 +7262,7 @@ rimraf@2.6.3, rimraf@~2.6.2: dependencies: glob "^7.1.3" -rimraf@3.0.2, rimraf@^3.0.2: +rimraf@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==