angular-localization icon indicating copy to clipboard operation
angular-localization copied to clipboard

Add to the npm registry

Open thenikso opened this issue 8 years ago • 5 comments

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.

thenikso avatar Oct 14 '15 14:10 thenikso

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

bretkikehara avatar Oct 14 '15 16:10 bretkikehara

+1! Needs to be added to NPM :+1:

sondreb avatar Oct 19 '15 10:10 sondreb

+1

vim-zz avatar May 04 '16 19:05 vim-zz

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?

doshprompt avatar May 05 '16 20:05 doshprompt

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.

thenikso avatar Sep 20 '16 09:09 thenikso