Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
linxl committed Dec 14, 2021
1 parent fda1c9f commit 2f08d4f
Show file tree
Hide file tree
Showing 3 changed files with 1,410 additions and 1,621 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* @author zurmokeeper
* github home page
* github home page https://github.com/zurmokeeper/miniJoi
*/


Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "miniJoi",
"version": "1.0.0",
"description": "Node.js parameter verification module, more simple to use, JS parameter verification module, Joi module simple encapsulation library",
"keywords": ["Joi","parameter verification" ,"simple","miniJoi"],
"keywords": [
"Joi",
"parameter verification" ,
"simple","miniJoi"
],
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
Expand All @@ -12,6 +16,10 @@
"devDependencies": {
"jest": "^26.6.3"
},
"repository": {
"type": "git",
"url": "git@github.com:zurmokeeper/miniJoi.git"
},
"scripts": {
"test": "jest",
"common": "jest tests/common/common.test.js",
Expand Down
Loading

0 comments on commit 2f08d4f

Please sign in to comment.