Skip to content

Commit 21c047e

Browse files
committed
build(async): bumped the preset again to exclude async-to-generator
so that async/await remains non-transpiled BREAKING CHANGE: leaving async/await untranspiled furhter requires node v8+
1 parent 9efde0d commit 21c047e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@babel/plugin-external-helpers": "^7.0.0",
4747
"@babel/register": "^7.0.0",
4848
"@travi/any": "1.8.4",
49-
"@travi/babel-preset": "^2.1.0-beta",
49+
"@travi/babel-preset": "^2.1.0-beta.1",
5050
"@travi/eslint-config-travi": "1.7.0",
5151
"@travi/hapi-html-request-router": "^2.0.0",
5252
"babel-cli": "6.26.0",
@@ -97,7 +97,9 @@
9797
"publishConfig": {
9898
"access": "public"
9999
},
100-
"files": ["lib/"],
100+
"files": [
101+
"lib/"
102+
],
101103
"engines": {
102104
"node": ">8"
103105
},

0 commit comments

Comments
 (0)