Skip to content

Commit

Permalink
Use PostCSS 7 & drop support for Node.js 4 (#372)
Browse files Browse the repository at this point in the history
* Require Node.js 6

* Use PostCSS 7

Closes #369
  • Loading branch information
realityking authored and RyanZim committed Aug 4, 2018
1 parent 84d35e2 commit 9cd2953
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,5 +1,8 @@
language: node_js
node_js:
- stable
- 4.5
- 10
- 8
- 6

script: npm run ci
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -17,8 +17,11 @@
"index.js",
"lib"
],
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"postcss": "^6.0.1",
"postcss": "^7.0.1",
"postcss-value-parser": "^3.2.3",
"read-cache": "^1.0.0",
"resolve": "^1.1.7"
Expand Down

0 comments on commit 9cd2953

Please sign in to comment.