Skip to content

Commit

Permalink
Use a Node.js 4 Babel preset for transpiling ES2015
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Aug 24, 2016
1 parent f60d0a9 commit 7167db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -89,7 +89,7 @@
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "^6.7.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-node4": "^2.1.0",
"cookie": "^0.2.3",
"coveralls": "^2.11.2",
"get-port": "^2.1.0",
Expand All @@ -109,7 +109,7 @@
"add-module-exports"
],
"presets": [
"es2015"
"es2015-node4"
],
"sourceMaps": "inline"
},
Expand Down

0 comments on commit 7167db1

Please sign in to comment.