openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.96k stars 530 forks source link

No Bower release since 0.3.2 #86

Closed ain closed 9 years ago

ain commented 10 years ago

The package descriptor is currently at 0.4.1, the latest release states 0.3.2, which differs by a major. Is it by accident maybe or are there interdependent significant developments you didn't want to release just yet?

stevenvachon commented 10 years ago

Ditto

elidupuis commented 10 years ago

I was also wondering this. Would be great a add a bower.json file.

irobayna commented 9 years ago

same here

rposborne commented 9 years ago

+1

robkorv commented 9 years ago

Plz add bower support!

ZenCocoon commented 9 years ago

Same problem here, all you need is to tag each release with git.

bower accounting#^0.4.1     not-cached git://github.com/josscrowcroft/accounting.js.git#^0.4.1
bower accounting#^0.4.1        resolve git://github.com/josscrowcroft/accounting.js.git#^0.4.1
bower accounting#^0.4.1   ENORESTARGET No tag found that was able to satisfy ^0.4.1

Additional error details:
Available versions: 0.3.2, 0.3.0, 0.2.2, 0.2.1, 0.1.5, 0.1.4, 0.1.3, 0.1.2, 0.1.1

So simply create a tag for 0.4.1 and we will be good to go :)

anthonator commented 9 years ago

:+1:

stevenvachon commented 9 years ago

Is the author still alive?

kajyr commented 9 years ago

+1

ertanden commented 9 years ago

+1

jonasem commented 9 years ago

Temporary solution (works well for me). Is to use @elidupuis pr https://github.com/openexchangerates/accounting.js/pull/90 which adds a bower.json-file.

bower install https://github.com/elidupuis/accounting.js.git#0f9bc8e3ce90432a6f36d9c3a79ce6572a4bfda5 --save
jDeppen commented 9 years ago

This worked for me bower install --save git@github.com:openexchangerates/accounting.js.git#master

BenMorganIO commented 9 years ago

:+1:

dotnetCarpenter commented 9 years ago

Just installed 0.4.1 via bower. I'm pretty sure this issue can be closed.

bower i accounting.js --save
bower accounting.js#*        cached git://github.com/openexchangerates/accounting.js.git#0.4.1
bower accounting.js#*        validate 0.4.1 against git://github.com/openexchangerates/accounting.js.git#*
bower accounting.js#~0.4.1   install accounting.js#0.4.1
ain commented 9 years ago

Correct. Tested as well, 0.4.1 installed as appropriate.