Node-sass to just pure sass!
This changes our dependency on node-sass
to just sass
, which is a pure JS version (well it's originally a Dart version that compiled to JS)
It also removed any non-dev dependency, which means that this will not throw in node-sass
or sass
to any project it is included in.
As it recompiled everything and added source maps, this is being released as 3.0.0 to prevent any breaking issue, but it should be fully compatible with previous releases.