Skip to content

Commit 153ced6

Browse files
committed
pkg: rename the package to ui-library, matching the repo name
1 parent 239744f commit 153ced6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@invoke-ai/ui",
2+
"name": "@invoke-ai/ui-library",
33
"version": "0.0.16",
44
"description": "UI Components for Invoke's applications.",
55
"directories": {
66
"lib": "lib"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/invoke-ai/ui.git"
10+
"url": "git+https://github.com/invoke-ai/ui-library.git"
1111
},
1212
"publishConfig": {
1313
"access": "public",
@@ -16,9 +16,9 @@
1616
"author": "Invoke",
1717
"license": "Apache-2.0",
1818
"bugs": {
19-
"url": "https://github.com/invoke-ai/ui/issues"
19+
"url": "https://github.com/invoke-ai/ui-library/issues"
2020
},
21-
"homepage": "https://github.com/invoke-ai/ui#readme",
21+
"homepage": "https://github.com/invoke-ai/ui-library#readme",
2222
"type": "module",
2323
"main": "dist/main.js",
2424
"types": "dist/main.d.ts",

0 commit comments

Comments
 (0)