Skip to content

Commit

Permalink
update lab and typescript now needs to be added as a devdependency (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson authored Sep 26, 2020
1 parent c9bb87d commit 3397a6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3397a6a

Please sign in to comment.