From dd5e314731d422edaa6c1901b10f9b8e89115300 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 18 Apr 2024 09:40:40 +1000 Subject: [PATCH] update package --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f011094..84b08b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arsene", - "version": "1.1.0", + "version": "1.1.1", "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": [ @@ -16,5 +16,9 @@ "license": "MIT", "devDependencies": { "typescript": "^5.4.5" + }, + "repository": { + "type": "git", + "url": "https://git.nas.astrian.moe/Astrian/arsene.git" } }