fabianlindfors / multi.js

A user-friendly replacement for select boxes with the multiple attribute enabled
https://fabianlindfors.se/multijs
MIT License
953 stars 76 forks source link

Rewrite current version defined in package.json using semver #12

Closed MiguelSanchezGonzalez closed 7 years ago

MiguelSanchezGonzalez commented 7 years ago

Hi!

I just cloned your repo and I wasn't able to install the dependencies through npm install:

version-error

I realised your current master version is not compatible with npm's versioning system. Seems that a valid version is required even to pull the dependencies!

https://docs.npmjs.com/getting-started/semantic-versioning

I just set the missing patch/minor release number to 0 and now works fine :)

fabianlindfors commented 7 years ago

Had no idea this was the case. Thanks for pointing it out and even submitting a PR! :)