Skip to content

Commit 4739061

Browse files
Updates
1 parent 8097bf9 commit 4739061

File tree

4 files changed

+15
-27
lines changed

4 files changed

+15
-27
lines changed

babel.config.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

babel.config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"presets": [
3+
["@babel/preset-env", {
4+
"loose": true,
5+
"targets": {
6+
"node": "6.9"
7+
}
8+
}]
9+
],
10+
"env": {
11+
"test": {
12+
"plugins": ["istanbul"]
13+
}
14+
}
15+
}

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,5 @@
121121
"node ./scripts/yarn-install.js",
122122
"git add yarn.lock"
123123
]
124-
},
125-
"dependenciesMeta": {
126-
127-
"unplugged": true
128-
}
129124
}
130125
}

yarn.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,9 +2133,6 @@ __metadata:
21332133
peerDependencies:
21342134
"@babel/core": ^7.0.0
21352135
webpack: ">=2"
2136-
dependenciesMeta:
2137-
2138-
unplugged: true
21392136
languageName: unknown
21402137
linkType: soft
21412138

0 commit comments

Comments
 (0)