seandesmond / angular-payment

Native AngularJS (Angular) directives based heavily on Stripe's jQuery payment library. No 3rd party JS dependencies (jQuery, Stripe.js, etc.) required! http://seandesmond.github.io/angular-payment/
MIT License
51 stars 26 forks source link

register with npm? #13

Closed n2p5 closed 2 years ago

n2p5 commented 8 years ago

We've moved away from bower and now use npm exclusively. Its easy enough to specifically call this git repo in our package.json but it would be super great if it was officially registered so versioning was easier.

npm?

igal1c0de4n commented 8 years ago

I do realize this is an old issue, yet I'd like to +1 that. We use Meteor which does not work with bower. As such, we have to copy the js into our project, which is fact from ideal.

FYI publishing the package on npm should be a few simple steps. So.. why not?