davidguttman / sassify

Require scss files in Browserify
MIT License
51 stars 22 forks source link

Any idea about the version tags? #34

Closed philiptzou closed 8 years ago

philiptzou commented 8 years ago

It looks the most recent commit of sassify so far is in v0.5.3. But the highest version (so far) is v0.9.1. It's kinda weird. Is it a mistake or intentional?

davidguttman commented 8 years ago

Intentional, it was a fix for the 0.5.x series. It doesn't affect the latest version(s).

davidguttman commented 8 years ago

Thanks for bringing this up!

It looks like there was a mistake, and npm serves 0.5.x by default. Looking into it.

davidguttman commented 8 years ago

Ok, should be fixed now. Looks like I messed up the npm dist-tag by mistake and 0.5.3 was set as latest.

npm install sassify should do 0.9.1 now.

philiptzou commented 8 years ago

Thanks!