-
Notifications
You must be signed in to change notification settings - Fork 115
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
Comments
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? |
This is still an issue today. |
Agreed, I've created #151 to add a |
I think you should be able to reference the GitHub repo directly in your package dependencies if npm isn't current. |
I wonder if this is the reason that I can't get it to load within my app.js file while using webpack... |
https://www.npmjs.com/package/angular-selectize2 reports version 1.2.3.
Please release an updated version for npm.
The text was updated successfully, but these errors were encountered: