Skip to content

Commit

Permalink
fix: drop node < 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 21, 2018
1 parent 63e925b commit c388cf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/env",
{
"targets": {
"node": 5
"node": 8
}
}
]
Expand Down
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js:
- node
- 7
- 6
- 5
- 8
script:
- export NODE_ENV=test
- npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"sprintf-js": "^1.1.1"
},
"engines": {
"node": ">=5"
"node": ">=8"
},
"keywords": [
"css",
Expand Down

0 comments on commit c388cf3

Please sign in to comment.