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 84d35e2 commit 9cd2953Copy full SHA for 9cd2953
.travis.yml
@@ -1,5 +1,8 @@
1
language: node_js
2
node_js:
3
- stable
4
- - 4.5
+ - 10
5
+ - 8
6
+ - 6
7
+
8
script: npm run ci
package.json
@@ -17,8 +17,11 @@
17
"index.js",
18
"lib"
19
],
20
+ "engines": {
21
+ "node": ">=6.0.0"
22
+ },
23
"dependencies": {
- "postcss": "^6.0.1",
24
+ "postcss": "^7.0.1",
25
"postcss-value-parser": "^3.2.3",
26
"read-cache": "^1.0.0",
27
"resolve": "^1.1.7"
0 commit comments