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

npm release is out of date

Open avaragado opened this issue 10 years ago • 5 comments

https://www.npmjs.com/package/angular-selectize2 reports version 1.2.3.

Please release an updated version for npm.

avaragado avatar Nov 30 '15 14:11 avaragado

It looks like you tried to update package.json to include the 3.0.1 version number but the v3.0.1 tag is below that commit. So when npm looks up the v3.0.1 tag, it gets the v3.0.1 code (I think) but the package.json file that gets downloaded still says v.1.2.3, which can lead to issues when using npm or other tools like npm-shrinkwrap cuz they'll get tripped up on the version number in that file. Perhaps just moving the git v3.0.1 tag a few commit forward would help. Or publishing a v3.0.2 with everything in sync?

cudasteve avatar Jun 02 '16 00:06 cudasteve

This is still an issue today. The new versions don't seem to be published to npm!

skimi avatar Jul 06 '16 08:07 skimi

Agreed, I've created #151 to add a main entry to package.json, but it won't help if npm isn't being updated.

chrisparton1991 avatar Sep 22 '16 02:09 chrisparton1991

I think you should be able to reference the GitHub repo directly in your package dependencies if npm isn't current.

SteveShaffer avatar Sep 22 '16 02:09 SteveShaffer

I wonder if this is the reason that I can't get it to load within my app.js file while using webpack...

adiakritos avatar Jan 12 '17 04:01 adiakritos