Skip to content

Commit

Permalink
upgrade lab to v24 and devDependency of typescript (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson authored Sep 26, 2020
1 parent 2aa2cda commit 1f51256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "22.x.x"
"@hapi/lab": "24.x.x",
"typescript": "~4.0.2"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
Expand Down

0 comments on commit 1f51256

Please sign in to comment.