Skip to content

Commit

Permalink
⬆️💚 Require Node 4+
Browse files Browse the repository at this point in the history
  • Loading branch information
demurgos committed Dec 28, 2017
1 parent af69d38 commit e377ed1
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 13 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.10"
- node
- iojs
- "lts/argon"
- "lts/boron"
- "lts/carbon"
- "node"
sudo: false
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Gulp Sass Changelog

## v4.0.0
**Upcoming**

* **Breaking change** Drop support for Node for versions that reached end of life (`< 4`).

## v3.1.0
**January 9, 2017**

* **Change** ⬆️ Bump to Node Sass 4.2.0

## v3.0.0
**December 10, 2016**

* **Breaking change** ⬆️ Bump to Node Sass 4.0.0

## v2.3.2
**June 15, 2016**

* **Fix** Prevent options from leaking between compilations
* **Chore** Update dependencies

## v2.1.0 to v2.3.1

(missing, please open a PR if you wish to fill the gap)

## v2.1.0-beta
**September 21, 2015**

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-sass",
"version": "3.1.0",
"version": "4.0.0",
"description": "Gulp plugin for sass",
"main": "index.js",
"scripts": {
Expand All @@ -20,6 +20,9 @@
"bugs": {
"url": "https://github.com/dlmanning/gulp-sass/issues"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"gulp-util": "^3.0",
"lodash.clonedeep": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ acorn@^3.0.4:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"

acorn@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7"
version "5.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.3.0.tgz#7446d39459c54fb49a80e6ee6478149b940ec822"

ajv-keywords@^1.0.0:
version "1.5.1"
Expand Down

0 comments on commit e377ed1

Please sign in to comment.