update github url
This commit is contained in:
defaultkavy 2024-04-20 22:41:43 +08:00
parent 1f052609a4
commit 4b3c32c88d

View File

@ -1,7 +1,7 @@
{ {
"name": "fluentx", "name": "fluentx",
"description": "Fast, fluent, simple web builder", "description": "Fast, fluent, simple web builder",
"version": "0.0.5", "version": "0.0.6",
"type": "module", "type": "module",
"module": "index.ts", "module": "index.ts",
"author": { "author": {
@ -10,13 +10,13 @@
"url": "https://github.com/defaultkavy" "url": "https://github.com/defaultkavy"
}, },
"keywords": ["web", "front-end", "lib", "fluent", "framework"], "keywords": ["web", "front-end", "lib", "fluent", "framework"],
"homepage": "https://github.com/defaultkavy/fluent.ts", "homepage": "https://github.com/defaultkavy/fluentx",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/defaultkavy/fluent.ts.git" "url": "git+https://github.com/defaultkavy/fluentx.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/defaultkavy/fluent.ts/issues" "url": "https://github.com/defaultkavy/fluentx/issues"
}, },
"license": "ISC" "license": "ISC"
} }