Skip to content

Commit 18fe954

Browse files
ergenekonyigitJaKXz
authored andcommitted
fix: babel-preset-es2015 => babel-preset-env (#138)
* es2015 => env * babel-preset-es2015 => babel-preset-env
1 parent 7045a03 commit 18fe954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": ["es2015"],
2+
"presets": ["env"],
33
"env": {
44
"test": {
55
"plugins": ["./lib"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"babel-cli": "^6.18.0",
1818
"babel-core": "^6.24.0",
19-
"babel-preset-es2015": "^6.18.0",
19+
"babel-preset-env": "^1.6.1",
2020
"babel-register": "^6.24.0",
2121
"chai": "^4.1.0",
2222
"coveralls": "^3.0.0",

0 commit comments

Comments
 (0)