We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39abad6 commit 5e0305aCopy full SHA for 5e0305a
.travis.yml
@@ -4,7 +4,6 @@ node_js:
4
- node
5
- 8
6
- 6
7
- - 4
8
script:
9
- npm run ci
10
after_success:
appveyor.yml
@@ -1,8 +1,8 @@
1
environment:
2
matrix:
3
+ - nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
- - nodejs_version: "4"
version: "{build}"
build: off
package.json
@@ -4,7 +4,7 @@
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
- "node": ">=4"
+ "node": ">=6"
},
"bin": {
"postcss": "./bin/postcss"
0 commit comments