Skip to content

Commit

Permalink
Minimum viable async (user needs node 6)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jul 24, 2016
1 parent 1c0e599 commit 8f179ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
],
"repository": "zeit/micro-list",
"babel": {
"presets": [
"es2015-node"
],
"plugins": [
"transform-es2015-modules-commonjs",
"transform-async-to-generator"
]
},
Expand Down Expand Up @@ -45,7 +43,7 @@
"homepage": "https://github.com/zeit/micro-list#readme",
"devDependencies": {
"babel-plugin-transform-async-to-generator": "6.8.0",
"babel-preset-es2015-node": "4.0.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
"babel-register": "^6.9.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
Expand Down

0 comments on commit 8f179ec

Please sign in to comment.