Skip to content

Commit

Permalink
Require Node.js 8 and update dependencies (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored and sindresorhus committed Dec 12, 2018
1 parent 9b34245 commit cbdfa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ language: node_js
node_js:
- '10'
- '8'
- '6'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
Expand Down Expand Up @@ -42,7 +42,7 @@
],
"dependencies": {
"ansi-escapes": "^3.1.0",
"iterm2-version": "^3.0.0"
"iterm2-version": "^4.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
Expand Down

0 comments on commit cbdfa3d

Please sign in to comment.