Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm release is out of date #117

Open
avaragado opened this issue Nov 30, 2015 · 5 comments
Open

npm release is out of date #117

avaragado opened this issue Nov 30, 2015 · 5 comments

Comments

@avaragado
Copy link

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

Please release an updated version for npm.

@cudasteve
Copy link

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?

@skimi skimi mentioned this issue Jul 6, 2016
@skimi
Copy link

skimi commented Jul 6, 2016

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

@chrisparton1991
Copy link

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

@SteveShaffer
Copy link

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

@adiakritos
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants