We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5debad commit d4e07f1Copy full SHA for d4e07f1
.babelrc
@@ -1,3 +1,5 @@
1
{
2
- "presets": ["es2015"]
+ "presets": [
3
+ "@babel/preset-env"
4
+ ]
5
}
package.json
@@ -14,12 +14,13 @@
14
"test:watch": "npm test -- --watch"
15
},
16
"devDependencies": {
17
- "babel-cli": "^6.14.0",
18
- "babel-core": "^6.14.0",
19
- "babel-eslint": "^7.0.0",
20
- "babel-jest": "^20.0.0",
21
- "babel-polyfill": "^6.16.0",
22
- "babel-preset-es2015": "^6.14.0",
+ "@babel/cli": "^7.0.0",
+ "@babel/core": "^7.0.0",
+ "@babel/polyfill": "^7.0.0",
+ "@babel/preset-env": "^7.0.0",
+ "babel-core": "^7.0.0-bridge.0",
+ "babel-eslint": "^9.0.0",
23
+ "babel-jest": "^23.4.2",
24
"babylon": "^6.17.2",
25
"coveralls": "^2.11.8",
26
"eslint": "^3.12.1",
0 commit comments