-
Notifications
You must be signed in to change notification settings - Fork 10
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
Minor package.json issues #1
Comments
Hi @addyosmani , I probably already had the Also, there is a demo in the |
Thank you for checking that out :) It was with a local build of the repo that I've seen the above issues. Is the module vended as CommonJS intentionally? When referencing from unpkg or with an npm install for the browser we see module.exports issues. I can "fix" this by stripping CJS specific lines manually, but wanted to ask in case others ran into this. |
What? |
package.json
refers tolib/index.js
and/lib
which don't appear to exist. Perhaps this needs to be updated to refer to index.js in root, @pastelsky?.. :)https://github.com/pastelsky/network-idle-callback/blob/master/package.json#L7
These also appear to be path issues in the prepublish step.
I was trying network-idle-callback for a demo I'm working on and ran into issues with that part of the package today. Any chance of a fix/republish to npm? :)
The text was updated successfully, but these errors were encountered: