We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When loading the library from https://unpkg.com/thebe@latest this redirects to https://unpkg.com/thebe@0.8.1/lib/index.js which results in a 404
https://unpkg.com/thebe@latest
https://unpkg.com/thebe@0.8.1/lib/index.js
It appears that the 0.8.1 was not properly built on publishing to npm as prePublishOnly npm script is not being invoked as expected.
prePublishOnly
Note: apparently yarn deviates from npm behaviour and does not support the prepublishOnly lifecycle script.
prepublishOnly
No response
attempt to load the script from https://unpkg.com/thebe@latest
The text was updated successfully, but these errors were encountered:
Distribution is now built properly on 0.8.2 and available.
0.8.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the problem
When loading the library from
https://unpkg.com/thebe@latest
this redirects tohttps://unpkg.com/thebe@0.8.1/lib/index.js
which results in a 404It appears that the 0.8.1 was not properly built on publishing to npm as
prePublishOnly
npm script is not being invoked as expected.Note: apparently yarn deviates from npm behaviour and does not support the
prepublishOnly
lifecycle script.Link to your repository or website
No response
Steps to reproduce
attempt to load the script from
https://unpkg.com/thebe@latest
The version of Python you're using
No response
Your operating system
No response
Versions of your packages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: