Skip to content

Commit

Permalink
node 8. Closes #165
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Sep 26, 2017
1 parent 8b35a4c commit e005cd1
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 215 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js

node_js:
- "4"
- "6"
- "8"
- "node"

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "boom",
"description": "HTTP-friendly error objects",
"version": "5.2.0",
"version": "6.0.0",
"repository": "git://github.com/hapijs/boom",
"main": "lib/index.js",
"keywords": [
"error",
"http"
],
"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
},
"dependencies": {
"hoek": "4.x.x"
"hoek": "5.x.x"
},
"devDependencies": {
"code": "4.x.x",
"code": "5.x.x",
"lab": "14.x.x",
"markdown-toc": "0.12.x"
},
Expand Down
Loading

0 comments on commit e005cd1

Please sign in to comment.