adopted-ember-addons / ember-cli-sass

Use node-sass to preprocess your ember-cli app's files, with support for sourceMaps and include paths
MIT License
274 stars 91 forks source link

[chore] drop node support for < 10 #216

Closed gabrielcsapo closed 4 years ago

gabrielcsapo commented 4 years ago

Motivation

Breaking up PR https://github.com/adopted-ember-addons/ember-cli-sass/pull/215.

gabrielcsapo commented 4 years ago

Updated the package.json @rwjblue

tniezurawski commented 4 years ago

@gabrielcsapo @rwjblue Can we have a new release?

I'm not sure how v10.0.1 was published to npm repository but it's not in Releases on GH nor in tags in this repo 🤷‍♂️

Anyway, a few things are not released yet when comparing to the last tag: https://github.com/adopted-ember-addons/ember-cli-sass/compare/v10.0.0...master although dropping node < 10 is the major one.