Skip to content

Commit 9efde0d

Browse files
committed
build(preset): bumped the preset to exclude the regenerator runtime
also used whitelisting to decide what goes into the package BREAKING CHANGE: not transpiling to the regenerator-runtime api further requires use on node v8+
1 parent 5ba41ed commit 9efde0d

File tree

3 files changed

+54
-141
lines changed

3 files changed

+54
-141
lines changed

Diff for: .npmignore

-15
This file was deleted.

Diff for: package-lock.json

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

Diff for: package.json

+5-1
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.0.0",
49+
"@travi/babel-preset": "^2.1.0-beta",
5050
"@travi/eslint-config-travi": "1.7.0",
5151
"@travi/hapi-html-request-router": "^2.0.0",
5252
"babel-cli": "6.26.0",
@@ -97,6 +97,10 @@
9797
"publishConfig": {
9898
"access": "public"
9999
},
100+
"files": ["lib/"],
101+
"engines": {
102+
"node": ">8"
103+
},
100104
"config": {
101105
"commitizen": {
102106
"path": "./node_modules/cz-conventional-changelog"

0 commit comments

Comments
 (0)