From 3397a6ae68561288773c2a8c031b5010aa76ccbc Mon Sep 17 00:00:00 2001 From: Lloyd Benson Date: Sat, 26 Sep 2020 13:08:15 -0500 Subject: [PATCH] update lab and typescript now needs to be added as a devdependency (#46) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 53a2110..e94727a 100755 --- a/package.json +++ b/package.json @@ -18,8 +18,9 @@ }, "devDependencies": { "@hapi/code": "8.x.x", - "@hapi/lab": "22.x.x", - "@hapi/wreck": "17.x.x" + "@hapi/lab": "24.x.x", + "@hapi/wreck": "17.x.x", + "typescript": "~4.0.2" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L -Y",