Skip to content

Commit 171486f

Browse files
committed
perf: drop support old node
1 parent bd8647f commit 171486f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ node_js:
66
- "8"
77
- "7"
88
- "6"
9-
- "5"
10-
- "4"
119

1210
after_script:
1311
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"main": "lib/index.js",
1515
"engines": {
16-
"node": ">=4"
16+
"node": ">=6"
1717
},
1818
"scripts": {
1919
"version": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds the ability to use a custom property in the options, at-rules.
1616
$ npm install postcss-at-rules-variables
1717
```
1818

19-
> **Note:** This project is compatible with node v4+
19+
> **Note:** This project is compatible with node v6+
2020
2121
## Usage
2222

0 commit comments

Comments
 (0)