From 8acdc7f75ce3119cf76c85b43d65ccfc7cb0e60a Mon Sep 17 00:00:00 2001 From: zero9527 Date: Mon, 4 Mar 2024 23:53:16 +0800 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ae25b80..fec5e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zr-lib/check-model", - "version": "1.0.4", + "version": "1.0.5", "description": "checkModel;Typescript;ValinaJS", "main": "lib/check-model.js", "types": "types/index.d.ts", @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zero9527/check-model.git" + "url": "git+https://github.com/zr-lib/check-model.git" }, "keywords": [ "checkModel","Typescript","ValinaJS" @@ -22,9 +22,9 @@ "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/zero9527/check-model/issues" + "url": "https://github.com/zr-lib/check-model/issues" }, - "homepage": "https://github.com/zero9527/check-model#readme", + "homepage": "https://github.com/zr-lib/check-model#readme", "devDependencies": { "ts-loader": "^9.5.1", "typescript": "^5.3.3",