Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 054fc74

Browse files
John FleschJohn Flesch
authored andcommitted
Uses "babel-preset-latest"
1 parent 8f52327 commit 054fc74

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"]
2+
"presets": ["latest"]
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"babel-core": "^6.14.0",
1414
"babel-loader": "^6.2.5",
15-
"babel-preset-es2015": "^6.14.0",
15+
"babel-preset-latest": "^6.14.0",
1616
"json-loader": "^0.5.4",
1717
"node-lambda": "^0.8.7",
1818
"webpack": "^1.13.2",

0 commit comments

Comments
 (0)