Skip to content

Commit

Permalink
upgrade lab to v24 and devDependency of typescript (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson authored Sep 26, 2020
1 parent 2f8a8a0 commit f5c7971
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 @@
"@hapi/hoek": "9.x.x"
},
"devDependencies": {
"@hapi/lab": "23.x.x"
"@hapi/lab": "24.x.x",
"typescript": "~4.0.2"
},
"scripts": {
"test": "lab -t 100 -L -Y",
Expand Down

0 comments on commit f5c7971

Please sign in to comment.