Skip to content

Commit

Permalink
Node version. Closes #137
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jan 5, 2020
1 parent 609e416 commit 08125b4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
language: node_js

node_js:
- "8"
- "10"
- "12"
- "node"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,4 +1,4 @@
Copyright (c) 2012-2019, Sideway Inc, and project contributors
Copyright (c) 2012-2020, Sideway Inc, and project contributors
Copyright (c) 2014-2019, Gil Pedersen
Copyright (c) 2012-2014, Walmart.
All rights reserved.
Expand Down
21 changes: 12 additions & 9 deletions package.json
Expand Up @@ -4,6 +4,9 @@
"version": "5.2.2",
"repository": "https://github.com/hapijs/inert.git",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"file",
"directory",
Expand All @@ -12,18 +15,18 @@
"plugin"
],
"dependencies": {
"@hapi/ammo": "3.x.x",
"@hapi/boom": "7.x.x",
"@hapi/bounce": "1.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/joi": "16.x.x",
"lru-cache": "4.1.x"
"@hapi/ammo": "5.x.x",
"@hapi/boom": "9.x.x",
"@hapi/bounce": "2.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/joi": "17.x.x",
"lru-cache": "5.x.x"
},
"devDependencies": {
"@hapi/code": "6.x.x",
"@hapi/file": "1.x.x",
"@hapi/code": "8.x.x",
"@hapi/file": "2.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/lab": "20.x.x"
"@hapi/lab": "22.x.x"
},
"scripts": {
"test": "lab -f -a @hapi/code -t 100 -L",
Expand Down

0 comments on commit 08125b4

Please sign in to comment.