Skip to content

Commit

Permalink
add publishconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sites authored and Sites committed Aug 18, 2020
1 parent 5b470ed commit 9b30372
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optum/json-schema-editor",
"version": "1.0.0",
"version": "1.0.1",
"description": "JsonSchema Editor React Control",
"repository": "https://github.com/optum/jsonschema-editor-react",
"license": "Apache 2.0",
Expand All @@ -16,6 +16,10 @@
"build-storybook": "build-storybook --docs -c .storybook -o docs",
"pre-release": "rimraf dist && tsc -p tsconfig.build.json && build-storybook --docs -c .storybook -o docs"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"main": "dist/index.js",
"files": [
"dist",
Expand Down

0 comments on commit 9b30372

Please sign in to comment.