Skip to content

Commit 49fb013

Browse files
committed
edit package.sdk.json
1 parent 9c2f1a0 commit 49fb013

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

src/sdk/package.sdk.json

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,11 @@
44
"description": "A Code Playground That Just Works!",
55
"author": "Hatem Hosny",
66
"license": "MIT",
7-
"keywords": [
8-
"playground",
9-
"code",
10-
"repl",
11-
"sdk",
12-
"preact",
13-
"react",
14-
"solid",
15-
"svelte",
16-
"vue",
17-
"web-components",
18-
"python",
19-
"tanstack-intent"
20-
],
21-
"private": false,
7+
"homepage": "https://livecodes.io",
228
"repository": {
239
"url": "https://github.com/live-codes/livecodes"
2410
},
11+
"bugs": "https://github.com/live-codes/livecodes/issues",
2512
"type": "module",
2613
"main": "./livecodes.js",
2714
"module": "./livecodes.js",
@@ -61,11 +48,26 @@
6148
},
6249
"./package.json": "./package.json"
6350
},
51+
"keywords": [
52+
"playground",
53+
"code",
54+
"repl",
55+
"sdk",
56+
"preact",
57+
"react",
58+
"solid",
59+
"svelte",
60+
"vue",
61+
"web-components",
62+
"python",
63+
"tanstack-intent"
64+
],
6465
"funding": [
6566
"https://github.com/sponsors/live-codes",
6667
"https://github.com/sponsors/hatemhosny",
6768
"https://ko-fi.com/hatemhosny",
6869
"https://paypal.me/hatemhosni",
6970
"https://livecodes.io/docs/sponsor"
70-
]
71+
],
72+
"private": false
7173
}

0 commit comments

Comments
 (0)