angular-selectize
angular-selectize copied to clipboard
NPM repo is out of date
The NPM repo still contains your v1.2.3 release. Are you planning on updating the NPM repo so it has your most recent release?
yeah, could you update to the latest version, say 3.0.0?
@machineboy2045 Something seems messed up with your angular-selectize v3.0.1 release on github. If we install using "npm install https://github.com/machineboy2045/angular-selectize.git#v3.0.1" the resulting package that gets installed into our npm_modules is v1.2.3. If I use we don't specify the version or we use #master, then we do get the v3.0.1 release.
This might also explain why what's on the npm repo is also getting v1.2.3 instead of v3.0.1.
npm install https://github.com/machineboy2045/angular-selectize.git#master
- [email protected] updated 1 package in 0.877s MacBook-Air:cris-common-js-components Dan$ npm install https://github.com/machineboy2045/angular-selectize.git#v3.0.1
- [email protected] updated 1 package in 0.907s MacBook-Air:cris-common-js-components Dan$ npm install https://github.com/machineboy2045/angular-selectize.git
- [email protected] updated 1 package in 2.575s