Skip to content

Commit

Permalink
pkg: rename the package to ui-library, matching the repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebr committed Jan 26, 2024
1 parent 499a23b commit ec5e623
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@invoke-ai/ui",
"name": "@invoke-ai/ui-library",
"version": "0.0.16",
"description": "UI Components for Invoke's applications.",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/invoke-ai/ui.git"
"url": "git+https://github.com/invoke-ai/ui-library.git"
},
"publishConfig": {
"access": "public",
Expand All @@ -16,9 +16,9 @@
"author": "Invoke",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/invoke-ai/ui/issues"
"url": "https://github.com/invoke-ai/ui-library/issues"
},
"homepage": "https://github.com/invoke-ai/ui#readme",
"homepage": "https://github.com/invoke-ai/ui-library#readme",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit ec5e623

Please sign in to comment.