Closed yeldiRium closed 4 years ago
This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click on the icon next to each commit.
Deployment failed with the following error:
Your `package.json` file is missing a `build` property inside the `scripts` property.
Thanks for reporting and fixing @yeldiRium!
Thanks for the quick reply and release of a new version :)
Hi everyone,
with the release of v1.3.0 the parameter
opts
became mandatory because of this block. Since it checks the originalopts
instead of the modifiedoptions
, not passingopts
breaksretry
.To commit this change I had to disable the commit hook, since the var declaration not at the top of the function goes against the linter rules, but I thought I should let you decide on how to deal with your code style.
This PR will still break your CI pipeline because of the linter, but the unit tests now pass again.
Kind regards, yeldiR