Skip to content

Commit

Permalink
perf: drop support old node
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Aug 16, 2018
1 parent bd8647f commit 171486f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ node_js:
- "8"
- "7"
- "6"
- "5"
- "4"

after_script:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"main": "lib/index.js",
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds the ability to use a custom property in the options, at-rules.
$ npm install postcss-at-rules-variables
```

> **Note:** This project is compatible with node v4+
> **Note:** This project is compatible with node v6+
## Usage

Expand Down

0 comments on commit 171486f

Please sign in to comment.