Skip to content

Commit c863ccb

Browse files
build: config package.json for npm publish
1 parent 9241f4c commit c863ccb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
{
22
"name": "@invokeai/ui",
3-
"private": true,
43
"version": "0.0.1",
4+
"description": "UI Components for Invoke's applications.",
5+
"directories": {
6+
"lib": "lib"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/invoke-ai/ui.git"
11+
},
12+
"author": "Invoke",
13+
"license": "MIT",
14+
"bugs": {
15+
"url": "https://github.com/invoke-ai/ui/issues"
16+
},
17+
"homepage": "https://github.com/invoke-ai/ui#readme",
518
"type": "module",
619
"main": "dist/main.js",
720
"types": "dist/main.d.ts",

0 commit comments

Comments
 (0)