Skip to content

Commit

Permalink
build(async): bumped the preset again to exclude async-to-generator
Browse files Browse the repository at this point in the history
so that async/await remains non-transpiled

BREAKING CHANGE: leaving async/await untranspiled furhter requires node
v8+
  • Loading branch information
travi committed Nov 30, 2018
1 parent 9efde0d commit 21c047e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/register": "^7.0.0",
"@travi/any": "1.8.4",
"@travi/babel-preset": "^2.1.0-beta",
"@travi/babel-preset": "^2.1.0-beta.1",
"@travi/eslint-config-travi": "1.7.0",
"@travi/hapi-html-request-router": "^2.0.0",
"babel-cli": "6.26.0",
Expand Down Expand Up @@ -97,7 +97,9 @@
"publishConfig": {
"access": "public"
},
"files": ["lib/"],
"files": [
"lib/"
],
"engines": {
"node": ">8"
},
Expand Down

0 comments on commit 21c047e

Please sign in to comment.