Skip to content

Commit

Permalink
BREAKING: Drop Node 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Jul 18, 2018
1 parent 39abad6 commit 5e0305a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ node_js:
- node
- 8
- 6
- 4
script:
- npm run ci
after_success:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,8 +1,8 @@
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

version: "{build}"
build: off
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
"node": ">=4"
"node": ">=6"
},
"bin": {
"postcss": "./bin/postcss"
Expand Down

0 comments on commit 5e0305a

Please sign in to comment.