We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b470ed commit 9b30372Copy full SHA for 9b30372
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@optum/json-schema-editor",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "JsonSchema Editor React Control",
5
"repository": "https://github.com/optum/jsonschema-editor-react",
6
"license": "Apache 2.0",
@@ -16,6 +16,10 @@
16
"build-storybook": "build-storybook --docs -c .storybook -o docs",
17
"pre-release": "rimraf dist && tsc -p tsconfig.build.json && build-storybook --docs -c .storybook -o docs"
18
},
19
+ "publishConfig": {
20
+ "access": "public",
21
+ "registry": "https://registry.npmjs.org"
22
+ },
23
"main": "dist/index.js",
24
"files": [
25
"dist",
0 commit comments