-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add to the npm registry #70
Comments
The fix for the overall release is in motion with issue #62 For a non-optimal solution, "doshprompt/angular-localization" can be added to bower as: {
"dependencies": {
"angular-localization": "doshprompt/angular-localization"
}
} |
+1! Needs to be added to NPM 👍 |
+1 |
Due to some pretty poor architecture decisions taken totally on my part to separate the bower and main repos, this will take some more time than I'd like though I'm working through it ... any ideas on how to combine the 2 repos and maintain legacy backwards-compatibility? |
I was almost able to install with npm using but the
not an array. |
Could it be possible to
npm publish
this so that one can require it usingnpm install angular-localization
?At the same time it should then be possible to
require('angular-localization')
as well.The text was updated successfully, but these errors were encountered: