diff --git a/.travis.yml b/.travis.yml index 5f55f95..cb4efd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,6 @@ matrix: env: INTEGRATION=true - node_js: '6' env: INTEGRATION=false - - node_js: '5' - env: INTEGRATION=false - - node_js: '4' - env: INTEGRATION=false install: - npm install -g npm@latest - npm ci diff --git a/CHANGELOG.md b/CHANGELOG.md index 057bac6..ca8c743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This release has **BREAKING CHANGES** that were required to fix regressions in 4 * Named Combinators (E.g. `.a /for/ .b`) are now properly parsed as a combinator. * It is now possible to look up a node based on the source location of a character in that node and to query nodes if they contain some character. * Several bug fixes that caused the parser to hang and run out of memory when a `/` was encountered have been fixed. +* The minimum supported version of Node is now v6.0. ### Changes to the Descendent Combinator diff --git a/package.json b/package.json index a724bf3..dbac6f2 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "license": "MIT", "engines": { - "node": ">=4" + "node": ">=6" }, "homepage": "https://github.com/postcss/postcss-selector-parser", "contributors": [