htdebeer / SVG-cards

A set of playing cards in SVG (now also with a rendering in PNG)
GNU Lesser General Public License v2.1
147 stars 45 forks source link

feat(npm): making the project npm installable #1

Closed desphilboy closed 6 years ago

desphilboy commented 6 years ago

@htdebeer

Hi Hub De Beer this is just making your project usable with npm. for most of web developers it is essential to be able to use a package with npm. and this will make it very easy to be used with Angular.js and React.js

htdebeer commented 6 years ago

Thanks for your contribution!

I've made some changes to the package.json and README files though, and added you to the AUTHORS file. If you like you can add/update your author information in the package.json and AUTHORS file; I just added you git user name and profile.

desphilboy commented 6 years ago

:+1:

htdebeer commented 6 years ago

I've updated SVG cards today and I'd like to update the NPM package as well. However, I do not have publish access. Could you update the package and/or give me publish rights to the package?

Furthermore, I discovered on its NPM page that the license listed is incorrect. It should be LGPL2.1 instead of ISC.