From 988636f1491555c76b570e7df52e59841890e904 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Sat, 18 Feb 2023 02:24:17 -0600 Subject: [PATCH] chore: fixed rimraf dep causing tests to fail --- .lib.babelrc | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.lib.babelrc b/.lib.babelrc index 9f7425e42..c8a1e7ddd 100644 --- a/.lib.babelrc +++ b/.lib.babelrc @@ -1,11 +1,11 @@ { - "presets": [ - ["@babel/env", { - "targets": { - "node": "6.4.0", - "browsers": [ "defaults, not ie 11" ] - } - }] - ], - "sourceMaps": "inline" - } + "presets": [ + ["@babel/env", { + "targets": { + "node": "6.4.0", + "browsers": [ "defaults, not ie 11" ] + } + }] + ], + "sourceMaps": "inline" +} diff --git a/package.json b/package.json index 5d1d76db1..a31d6ac9e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "nyc": "^15.1.0", "remark-cli": "^11.0.0", "remark-preset-github": "4.0.4", - "rimraf": "^4.1.2", + "rimraf": "3", "should": "^13.2.3", "should-http": "^0.1.1", "tinyify": "3.0.0",