Skip to content

Commit 21b4811

Browse files
Update package.json
1 parent c0c1cb4 commit 21b4811

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Diff for: Runtime/package.json

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "javascript-kit-swift",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "0.1.0",
4+
"description": "A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.",
55
"main": "lib/index.js",
66
"files": [
77
"lib"
@@ -12,7 +12,20 @@
1212
"build:ts": "tsc -b",
1313
"prepublishOnly": "npm run build"
1414
},
15-
"keywords": [],
15+
"keywords": [
16+
"Swift", "WebAssembly", "wasm"
17+
],
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/kateinoigakukun/JavaScriptKit.git"
21+
},
22+
"homepage": "https://github.com/kateinoigakukun/JavaScriptKit",
23+
"bugs": {
24+
"url": "https://github.com/kateinoigakukun/JavaScriptKit/issues"
25+
},
26+
"publishConfig": {
27+
"access": "public"
28+
},
1629
"author": "kateinoigakukun",
1730
"license": "MIT",
1831
"dependencies": {

0 commit comments

Comments
 (0)