sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

1.1.0-beta is not compatible with 1.0.0 #245

Closed koenpunt closed 9 years ago

koenpunt commented 9 years ago

I had grunt-sass in my package.json like so:

{
"grunt-sass": "^1.0.0"
}

And that makes npm use the 1.1.0-beta version.

Does this mean grunt-sass does not follow semver? Or is this just a beta glitch?

sindresorhus commented 9 years ago

Broken npm version. Upgrade npm.

koenpunt commented 9 years ago

Oh well. Thanks for the quick response! But still, does grunt-sass follow semver?

arthurvr commented 9 years ago

Yes it does.

koenpunt commented 9 years ago

:+1: