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 27077b3 commit 4f1f34aCopy full SHA for 4f1f34a
.babelrc
@@ -1,5 +1,3 @@
1
{
2
- "presets": [
3
- "@babel/preset-env"
4
- ]
+ "presets": ["es2015"]
5
}
package.json
@@ -14,14 +14,12 @@
14
"test:watch": "npm test -- --watch"
15
},
16
"devDependencies": {
17
- "@babel/cli": "^7.0.0",
18
- "@babel/core": "^7.0.0",
19
- "@babel/parser": "^7.3.2",
20
- "@babel/polyfill": "^7.0.0",
21
- "@babel/preset-env": "^7.0.0",
22
- "babel-core": "^7.0.0-bridge.0",
23
- "babel-eslint": "^9.0.0",
24
- "babel-jest": "^23.4.2",
+ "babel-cli": "^6.14.0",
+ "babel-core": "^6.14.0",
+ "babel-eslint": "^7.0.0",
+ "babel-jest": "^20.0.0",
+ "babel-polyfill": "^6.16.0",
+ "babel-preset-es2015": "^6.14.0",
25
"babylon": "^6.17.2",
26
"coveralls": "^2.11.8",
27
"eslint": "^3.12.1",
0 commit comments