Skip to content

Commit ebbb9fa

Browse files
committed
chore: updated package.json
1 parent 0a1886c commit ebbb9fa

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactgjs/react-gtk",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"bin": {
55
"react-gtk": "./bin/react-gtk.sh"
66
},
@@ -17,12 +17,14 @@
1717
"import": "./dist/esm/cli.mjs",
1818
"require": "./dist/cjs/cli.cjs"
1919
},
20-
"./polyfills/esm/*.mjs": "./polyfills/esm/*.mjs"
20+
"./polyfills/esm/*.mjs": "./polyfills/esm/*.mjs",
21+
"./runtime/esm/*.mjs": "./runtime/esm/*.mjs"
2122
},
2223
"files": [
2324
"bin",
2425
"dist",
2526
"polydills",
27+
"runtime",
2628
"cli.js",
2729
"gapp:env.d.ts",
2830
"LICENSE",
@@ -39,7 +41,13 @@
3941
"test:tsc": "tsc --noEmit",
4042
"build": "node ./scripts/build.cjs"
4143
},
42-
"keywords": [],
44+
"keywords": [
45+
"react",
46+
"gtk",
47+
"gtk3",
48+
"gjs",
49+
"gnome"
50+
],
4351
"repository": {
4452
"url": "https://github.com/react-gjs/react-gtk"
4553
},

0 commit comments

Comments
 (0)