From db7c6e0a08951893352ac5787ede96a872b9f8d9 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 18 Apr 2024 09:42:56 +1000 Subject: [PATCH] update package --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 84b08b6..c6ef87f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arsene", - "version": "1.1.1", + "version": "1.1.2", "description": "Arsene is a library for processing CJK text paragraphs, which are mixed with English characters and adding spacing between them.", "author": "Astrian Zheng", "keywords": [ @@ -17,8 +17,12 @@ "devDependencies": { "typescript": "^5.4.5" }, - "repository": { + "repositories": [{ "type": "git", "url": "https://git.nas.astrian.moe/Astrian/arsene.git" - } + }, + { + "type": "git", + "url": "https://github.com/Astrian/arsene.git" + }] }