Skip to content

Commit

Permalink
Update deps. Closes #117
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Nov 3, 2017
1 parent a878e86 commit 85fcb25
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 308 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Expand Up @@ -5,7 +5,6 @@ dump.rdb
node_modules
results.tap
results.xml
npm-shrinkwrap.json
config.json
.DS_Store
*/.DS_Store
Expand All @@ -14,5 +13,6 @@ config.json
*/._*
*/*/._*
coverage.*
lib-cov
complexity.md
.settings
package-lock.json

1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: node_js

node_js:
- "8"
- "9"
- "node"

sudo: false
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -3,6 +3,7 @@
// Load modules

const NodeUtil = require('util');

const Hoek = require('hoek');


Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -10,13 +10,13 @@
"assertion"
],
"engines": {
"node": ">=8.0.0"
"node": ">=8.9.0"
},
"dependencies": {
"hoek": "4.x.x"
"hoek": "5.x.x"
},
"devDependencies": {
"lab": "14.x.x",
"lab": "15.x.x",
"markdown-toc": "1.1.x"
},
"scripts": {
Expand Down

0 comments on commit 85fcb25

Please sign in to comment.