From cecc6d2af8633fbf34a9883a92204cba61568a2f Mon Sep 17 00:00:00 2001 From: Hotaru Date: Fri, 7 Jun 2024 17:51:18 +0800 Subject: [PATCH] fix: string regexp error display --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e102f37..a8bd2e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsukiko", - "version": "1.2.5", + "version": "1.2.6", "description": "Dynamic Types Cheker At Runtime Which Develop", "main": "dist/index.js", "scripts": { @@ -43,5 +43,12 @@ "ts-loader": "^9.4.3", "ts-node": "^10.9.1", "typescript": "^5.1.3" + }, + "bugs": { + "url": "https://github.com/biyuehu/tsukiko/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/biyuehu/tsukiko.git" } }