Skip to content

Commit 21259bf

Browse files
committed
Update package.json for publishing
1 parent 976d12f commit 21259bf

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

package.json

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"name": "react-json-form",
2+
"name": "@bhch/react-json-form",
33
"version": "2.0.0",
4-
"description": "",
4+
"description": "Create forms using JSON Schema",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"type": "module",
69
"source": "./src/index.js",
710
"exports": {
@@ -19,9 +22,29 @@
1922
"dev:node": "microbundle watch --format modern --no-compress --jsx React.createElement --sourcemap false --taget node",
2023
"lint": "eslint src"
2124
},
22-
"keywords": [],
25+
"files": [
26+
"./src",
27+
"./dist"
28+
],
29+
"keywords": [
30+
"json-form",
31+
"jsonform",
32+
"json-schema-form",
33+
"jsonschemaform",
34+
"react",
35+
"react-component",
36+
"react-jsons-form",
37+
"react-jsonschema-form"
38+
],
2339
"author": "Bharat Chauhan",
2440
"license": "BSD-3-Clause",
41+
"homepage": "https://github.com/bhch/react-json-form",
42+
"bugs": "https://github.com/bhch/react-json-form/issues",
43+
"repository": {
44+
"type": "git",
45+
"url": "https://github.com/bhch/react-json-form.git"
46+
},
47+
"funding": "https://github.com/sponsors/bhch/",
2548
"devDependencies": {
2649
"@babel/eslint-parser": "^7.18.9",
2750
"eslint": "^8.20.0",

0 commit comments

Comments
 (0)