We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7970e9 commit 988636fCopy full SHA for 988636f
.lib.babelrc
@@ -1,11 +1,11 @@
1
{
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
+ "presets": [
+ ["@babel/env", {
+ "targets": {
+ "node": "6.4.0",
+ "browsers": [ "defaults, not ie 11" ]
+ }
+ }]
+ ],
+ "sourceMaps": "inline"
+}
package.json
@@ -61,7 +61,7 @@
61
"nyc": "^15.1.0",
62
"remark-cli": "^11.0.0",
63
"remark-preset-github": "4.0.4",
64
- "rimraf": "^4.1.2",
+ "rimraf": "3",
65
"should": "^13.2.3",
66
"should-http": "^0.1.1",
67
"tinyify": "3.0.0",
0 commit comments