Skip to content

Commit 9b30372

Browse files
SitesSites
Sites
authored and
Sites
committed
add publishconfig
1 parent 5b470ed commit 9b30372

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optum/json-schema-editor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JsonSchema Editor React Control",
55
"repository": "https://github.com/optum/jsonschema-editor-react",
66
"license": "Apache 2.0",
@@ -16,6 +16,10 @@
1616
"build-storybook": "build-storybook --docs -c .storybook -o docs",
1717
"pre-release": "rimraf dist && tsc -p tsconfig.build.json && build-storybook --docs -c .storybook -o docs"
1818
},
19+
"publishConfig": {
20+
"access": "public",
21+
"registry": "https://registry.npmjs.org"
22+
},
1923
"main": "dist/index.js",
2024
"files": [
2125
"dist",

0 commit comments

Comments
 (0)