Skip to content
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

Open
thenikso opened this issue Oct 14, 2015 · 5 comments
Open

Add to the npm registry #70

thenikso opened this issue Oct 14, 2015 · 5 comments

Comments

@thenikso
Copy link

Could it be possible to npm publish this so that one can require it using npm install angular-localization?

At the same time it should then be possible to require('angular-localization') as well.

@bretkikehara
Copy link
Collaborator

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"
    }
}

@sondreb
Copy link

sondreb commented Oct 19, 2015

+1! Needs to be added to NPM 👍

@vim-zz
Copy link

vim-zz commented May 4, 2016

+1

@doshprompt
Copy link
Owner

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?

@thenikso
Copy link
Author

thenikso commented Sep 20, 2016

I was almost able to install with npm using npm i --save-dev doshprompt/angular-localization#1.5.0

but the main configuration in package.json here is wrong, it should just be

"main": "dist/angular-localization.js"

not an array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants