victor-valencia / bootstrap-iconpicker

A simple icon picker
https://victor-valencia.github.com/bootstrap-iconpicker/
MIT License
377 stars 140 forks source link

npm package #78

Open jrmessias opened 5 years ago

jrmessias commented 5 years ago

Hi,

I have installed with npm, but install version 1.8.2, don't update to 1.10.0.

Please, publish to npm. 😃

Thanks

(sorry my english)

crobinson42 commented 5 years ago

Bump ☝️ the npm publish is behind

radiok commented 5 years ago

I noticed this as well, I had to point my dependency directly to github to get the latest version. I wasn't aware that the developer really had to do much, the package.json file says the latest version is 1.10.0 so I don't quite understand what's going wrong there.

stayallive commented 4 years ago

Leaving it here just for if you want to use the latest and greatest and until the maintainer can find the time to publish the release to NPM.

You can add the following line to your dependencies to get 1.10.0 now:

"bootstrap-iconpicker": "git+https://github.com/victor-valencia/bootstrap-iconpicker.git#v1.10.0",