-
Notifications
You must be signed in to change notification settings - Fork 50
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
Use @dojo scope packages for npm? #21
Comments
Scoped packages are still problematic with some versions of npm. What other Right now, I am not sure of what advantage it provides us other than saying |
It's supported in v2. v1 is no longer maintained and Node.js has stopped shipping it as of v0.10.44 because of this. That said currently public scoped modules are not included in the replication stream, see this conversation: https://twitter.com/terinjokes/status/721210339765825536. Using |
Thanks. RxJS does some narrow packages in the public namespace, and does more "mega" packages in the |
We should merge this conversation with #18. |
Should we start using @dojo for our packages on npm? We have @dojo registered.
The text was updated successfully, but these errors were encountered: