Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Get latest version of Hapi to get rid the warning
`DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.`
hapijs/hapi#3368
  • Loading branch information
telvin committed Jul 14, 2017
1 parent fe5b1b0 commit b36c8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"core-js": "^2.4.1",
"hapi": "13.2.2",
"hapi": "*",
"inert": "3.2.0",
"lodash": "^4.13.1",
"mkdirp": "0.5.1",
Expand Down

0 comments on commit b36c8d2

Please sign in to comment.