Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to cross-fetch #79

Merged
merged 7 commits into from
Feb 14, 2019
Merged

Conversation

davidgovea
Copy link
Contributor

Based on #78 -- it should be merged first

The incremental changes can be reviewed here

Quick & easy update to cross-fetch

Error from babel: The 'polyfill' option has been removed. The
@babel/runtime module now skips polyfilling by default.
it appears that @babel/preset-env ignores .browserslistrc when `targets`
are provided (node 6.4.0 in this case)
Regex used:
(t)hrows\(([^(].*)\);
$1hrows(() => $2);
error from ava:
Function returned a promise. Use `t.throwsAsync()` instead:
Since xo version is locked down, the ava rules are out-of-date. This was
the least-changes way to get build working.
also update yarn.lock ladjs#75 niftylettuce/bug-bounties#6
@niftylettuce niftylettuce merged commit 823b7ee into ladjs:master Feb 14, 2019
@akmjenkins akmjenkins mentioned this pull request Feb 15, 2019
@niftylettuce
Copy link
Collaborator

@davidgovea thanks! version 2.0.6 of frisbee has been released, see https://github.com/niftylettuce/frisbee/releases/tag/v2.0.6 for release notes. I've also updated the README at https://github.com/niftylettuce/frisbee and provided clearer examples and usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants