update package
This commit is contained in:
parent
dd5e314731
commit
db7c6e0a08
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "arsene",
|
"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.",
|
"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": [
|
||||||
|
@ -17,8 +17,12 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^5.4.5"
|
"typescript": "^5.4.5"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repositories": [{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.nas.astrian.moe/Astrian/arsene.git"
|
"url": "https://git.nas.astrian.moe/Astrian/arsene.git"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/Astrian/arsene.git"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user