Skip to content

Commit

Permalink
build(preset): bumped the preset to exclude the regenerator runtime
Browse files Browse the repository at this point in the history
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+
  • Loading branch information
travi committed Nov 30, 2018
1 parent 5ba41ed commit 9efde0d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 141 deletions.
15 changes: 0 additions & 15 deletions .npmignore

This file was deleted.

174 changes: 49 additions & 125 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion 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.0.0",
"@travi/babel-preset": "^2.1.0-beta",
"@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,6 +97,10 @@
"publishConfig": {
"access": "public"
},
"files": ["lib/"],
"engines": {
"node": ">8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 9efde0d

Please sign in to comment.