Skip to content

Commit 2f08d4f

Browse files
author
linxl
committed
update package.json
1 parent fda1c9f commit 2f08d4f

File tree

3 files changed

+1410
-1621
lines changed

3 files changed

+1410
-1621
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
* @author zurmokeeper
4-
* github home page
4+
* github home page https://github.com/zurmokeeper/miniJoi
55
*/
66

77

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "miniJoi",
33
"version": "1.0.0",
44
"description": "Node.js parameter verification module, more simple to use, JS parameter verification module, Joi module simple encapsulation library",
5-
"keywords": ["Joi","parameter verification" ,"simple","miniJoi"],
5+
"keywords": [
6+
"Joi",
7+
"parameter verification" ,
8+
"simple","miniJoi"
9+
],
610
"main": "index.js",
711
"types": "index.d.ts",
812
"dependencies": {
@@ -12,6 +16,10 @@
1216
"devDependencies": {
1317
"jest": "^26.6.3"
1418
},
19+
"repository": {
20+
"type": "git",
21+
"url": "[email protected]:zurmokeeper/miniJoi.git"
22+
},
1523
"scripts": {
1624
"test": "jest",
1725
"common": "jest tests/common/common.test.js",

0 commit comments

Comments
 (0)