Skip to content

Commit 65e40b3

Browse files
committed
babel-preset-es2015 -> babel-preset-node6
1 parent 9e05344 commit 65e40b3

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,3 +1,3 @@
11
{
2-
"presets": ["es2015", "stage-0"]
2+
"presets": ["node6", "stage-0"]
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"babel-cli": "^6.6.5",
4848
"babel-core": "^6.7.4",
4949
"babel-eslint": "^6.0.2",
50-
"babel-preset-es2015": "^6.6.0",
50+
"babel-preset-node6": "^11.0.0",
5151
"babel-preset-stage-0": "^6.5.0",
5252
"chai": "3.5.0",
5353
"eslint": "^3.6.0",

0 commit comments

Comments
 (0)