Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSchick committed Nov 3, 2018
1 parent 9da1702 commit cf7320d
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 cf7320d

Please sign in to comment.