Skip to content

Commit

Permalink
chore: fixed rimraf dep causing tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Feb 18, 2023
1 parent e7970e9 commit 988636f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .lib.babelrc
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 988636f

Please sign in to comment.