File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 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 },
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" ,
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 },
You can’t perform that action at this time.
0 commit comments