Skip to content

Commit 4796a44

Browse files
authored
Update metadata in package.json (#143)
* Add homepage and repository information in package.json * Add changeset
1 parent 40e5992 commit 4796a44

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

.changeset/many-candles-raise.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@fabrix-framework/graphql-config": minor
3+
"@fabrix-framework/chakra-ui": minor
4+
"@fabrix-framework/fabrix": minor
5+
---
6+
7+
Update meta fields in package.json

packages/chakra-ui/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"private": false,
44
"version": "0.3.0",
55
"description": "Chakra UI components for Fabrix",
6+
"homepage": "https://fabrix-framework.github.io/docs/",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/fabrix-framework/fabrix.git"
10+
},
611
"exports": {
712
".": {
813
"types": "./dist/index.d.mts",

packages/fabrix/package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"private": false,
44
"version": "0.3.0",
55
"description": "schema-driven UI packages",
6+
"homepage": "https://fabrix-framework.github.io/docs/",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/fabrix-framework/fabrix.git"
10+
},
611
"exports": {
712
".": {
813
"types": "./dist/fabrix.d.mts",
@@ -23,7 +28,12 @@
2328
"type-check": "tsc --noEmit --incremental --pretty",
2429
"test": "vitest run"
2530
},
26-
"keywords": [],
31+
"keywords": [
32+
"react",
33+
"graphql",
34+
"codegen",
35+
"generator"
36+
],
2737
"author": "",
2838
"license": "MIT",
2939
"dependencies": {

packages/graphql-config/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"type": "module",
55
"version": "0.2.0",
66
"description": "GraphQL configuration for fabrix",
7+
"homepage": "https://fabrix-framework.github.io/docs/",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/fabrix-framework/fabrix.git"
11+
},
712
"exports": {
813
".": {
914
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)