Skip to content

Commit

Permalink
chore: drop support for node < 4 (#53)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: officially drop support for Node < 4
  • Loading branch information
realityking authored and bcoe committed Oct 16, 2017
1 parent 0afe9c9 commit b105376
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "8"
after_script: npm run coverage
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
"dependencies": {
"string-width": "^1.0.1",
"strip-ansi": "^3.0.1",
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0",
"wrap-ansi": "^2.0.0"
},
"devDependencies": {
Expand All @@ -60,5 +60,8 @@
},
"files": [
"index.js"
]
}
],
"engine": {
"node": ">=4"
}
}

0 comments on commit b105376

Please sign in to comment.