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
Hey,
Just wanted to let you know the current version of ez-streams on npm probably failed to run the prepublish script, since the lib/ folder is missing.
The text was updated successfully, but these errors were encountered:
issue #37 - lib directory missing in NPM
2d0a1bb
Thanks for reporting. The problem came from the .gitignore file. I created a .npmignore to have different exclusion lists in git and npm.
.gitignore
.npmignore
I bumped the version to 1.2.0 because this new version includes an API change: the stop method is now asynchronous: stop(_, arg) instead of stop(arg)
stop
stop(_, arg)
stop(arg)
Sorry, something went wrong.
No branches or pull requests
Hey,
Just wanted to let you know the current version of ez-streams on npm probably failed to run the prepublish script, since the lib/ folder is missing.
The text was updated successfully, but these errors were encountered: