Skip to content

Commit

Permalink
Merge pull request #127 from SimonSchick/master
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
hueniverse authored Nov 3, 2018
2 parents 9da1702 + cf7320d commit 9e22a81
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,23 @@
"jar",
"session"
],
"engines": {
"node": ">=8.0.0"
},
"files": [
"lib"
],
"dependencies": {
"hoek": "5.x.x",
"hoek": "6.x.x",
"statehood": "6.x.x",
"uuid": "3.x.x"
},
"devDependencies": {
"boom": "7.x.x",
"code": "5.x.x",
"hapi": "17.x.x",
"lab": "16.x.x",
"npmignore": "0.2.x"
"lab": "17.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html",
"update-npmignore": "npmignore"
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}

0 comments on commit 9e22a81

Please sign in to comment.