We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 228271a + 946910e commit 2bfed2eCopy full SHA for 2bfed2e
.travis.yml
@@ -1,5 +1,4 @@
1
language: node_js
2
node_js:
3
- - "4"
4
- "6"
5
- "node"
package.json
@@ -1,8 +1,11 @@
{
"name": "icss-utils",
- "version": "3.0.1",
+ "version": "4.0.0",
"description": "ICSS utils for postcss ast",
"main": "lib/index.js",
6
+ "engines": {
7
+ "node": ">= 6"
8
+ },
9
"files": [
10
"lib"
11
],
@@ -34,7 +37,7 @@
34
37
"env",
35
38
36
39
"targets": {
- "node": 4
40
+ "node": 6
41
}
42
43
]
0 commit comments