Skip to content

Commit 9cd2953

Browse files
realitykingRyanZim
authored andcommitted
Use PostCSS 7 & drop support for Node.js 4 (#372)
* Require Node.js 6 * Use PostCSS 7 Closes #369
1 parent 84d35e2 commit 9cd2953

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22
node_js:
33
- stable
4-
- 4.5
4+
- 10
5+
- 8
6+
- 6
7+
58
script: npm run ci

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
"index.js",
1818
"lib"
1919
],
20+
"engines": {
21+
"node": ">=6.0.0"
22+
},
2023
"dependencies": {
21-
"postcss": "^6.0.1",
24+
"postcss": "^7.0.1",
2225
"postcss-value-parser": "^3.2.3",
2326
"read-cache": "^1.0.0",
2427
"resolve": "^1.1.7"

0 commit comments

Comments
 (0)