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

NPM repo is out of date

Open danshome opened this issue 8 years ago • 2 comments

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?

danshome avatar Dec 02 '16 17:12 danshome

yeah, could you update to the latest version, say 3.0.0?

ron-liu avatar Dec 18 '17 21:12 ron-liu

@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

danshome avatar Mar 26 '18 21:03 danshome