update package

This commit is contained in:
Astrian Zheng 2024-04-18 09:40:40 +10:00
parent 84f2e6dd3d
commit dd5e314731
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -1,6 +1,6 @@
{ {
"name": "arsene", "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.", "description": "Arsene is a library for processing CJK text paragraphs, which are mixed with English characters and adding spacing between them.",
"author": "Astrian Zheng", "author": "Astrian Zheng",
"keywords": [ "keywords": [
@ -16,5 +16,9 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"typescript": "^5.4.5" "typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "https://git.nas.astrian.moe/Astrian/arsene.git"
} }
} }