Skip to content

Commit

Permalink
Node version. Closes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jan 5, 2020
1 parent a919a10 commit efd0208
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js

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

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2019, Sideway Inc, and project contributors
Copyright (c) 2013-2020, Sideway Inc, and project contributors
Copyright (c) 2013-2014, Walmart.
All rights reserved.

Expand Down
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "6.2.2",
"repository": "git://github.com/hapijs/heavy",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"process",
"load",
Expand All @@ -12,13 +15,13 @@
"memory"
],
"dependencies": {
"@hapi/boom": "7.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/joi": "16.x.x"
"@hapi/boom": "9.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/joi": "17.x.x"
},
"devDependencies": {
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
"@hapi/code": "8.x.x",
"@hapi/lab": "22.x.x"
},
"scripts": {
"test": "lab -t 100 -a @hapi/code -L",
Expand Down

0 comments on commit efd0208

Please sign in to comment.