From e18f3b2db02ba9be9de0391b6479d5c0ef14660c Mon Sep 17 00:00:00 2001 From: Eran Hammer Date: Sat, 4 Jan 2020 00:53:25 -0800 Subject: [PATCH] node version. Closes #10 --- .travis.yml | 9 ++++++++- LICENSE.md | 2 +- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e8046a..429726c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,15 @@ language: node_js node_js: - - "10" - "12" - "node" sudo: false + +install: + - "npm install" + +os: + - "linux" + - "osx" + - "windows" diff --git a/LICENSE.md b/LICENSE.md index d8a7c56..a5952ae 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2019, Project contributors +Copyright (c) 2019-2020, Sideway Inc, and project contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/package.json b/package.json index f95127d..7a76edd 100755 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ ], "dependencies": {}, "devDependencies": { - "@hapi/code": "6.x.x", - "@hapi/lab": "20.x.x" + "@hapi/code": "8.x.x", + "@hapi/lab": "22.x.x" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L -Y",