Skip to content

Commit

Permalink
drop node@4
Browse files Browse the repository at this point in the history
  • Loading branch information
sullenor committed Oct 30, 2018
1 parent 726f513 commit 946910e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,5 +1,4 @@
language: node_js
node_js:
- "4"
- "6"
- "node"
7 changes: 5 additions & 2 deletions 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",
"engines": {
"node": ">= 6"
},
"files": [
"lib"
],
Expand Down Expand Up @@ -34,7 +37,7 @@
"env",
{
"targets": {
"node": 4
"node": 6
}
}
]
Expand Down

0 comments on commit 946910e

Please sign in to comment.