Skip to content

Commit 05599ac

Browse files
committed
chore: fix repository field and add engine field
1 parent cf9230e commit 05599ac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"name": "joi",
33
"description": "Object schema validation",
44
"version": "17.13.3",
5-
"repository": "git://github.com/hapijs/joi",
5+
"repository": {
6+
"url": "git://github.com/hapijs/joi",
7+
"type": "git"
8+
},
9+
"engines": {
10+
"node": ">= 20"
11+
},
612
"main": "lib/index.js",
713
"types": "lib/index.d.ts",
814
"browser": "dist/joi-browser.min.js",

0 commit comments

Comments
 (0)