Skip to content

Commit 988636f

Browse files
committedFeb 18, 2023
chore: fixed rimraf dep causing tests to fail
1 parent e7970e9 commit 988636f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

‎.lib.babelrc

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"presets": [
3-
["@babel/env", {
4-
"targets": {
5-
"node": "6.4.0",
6-
"browsers": [ "defaults, not ie 11" ]
7-
}
8-
}]
9-
],
10-
"sourceMaps": "inline"
11-
}
2+
"presets": [
3+
["@babel/env", {
4+
"targets": {
5+
"node": "6.4.0",
6+
"browsers": [ "defaults, not ie 11" ]
7+
}
8+
}]
9+
],
10+
"sourceMaps": "inline"
11+
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"nyc": "^15.1.0",
6262
"remark-cli": "^11.0.0",
6363
"remark-preset-github": "4.0.4",
64-
"rimraf": "^4.1.2",
64+
"rimraf": "3",
6565
"should": "^13.2.3",
6666
"should-http": "^0.1.1",
6767
"tinyify": "3.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.