chore(package.json): set public access for npm packages (#2463)
This commit is contained in:
parent
5071cffb02
commit
4c90ea5667
@ -5,6 +5,9 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist/*"
|
"dist/*"
|
||||||
],
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"description": "Excalidraw as a React component",
|
"description": "Excalidraw as a React component",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"dist/*"
|
"dist/*"
|
||||||
],
|
],
|
||||||
"description": "Excalidraw utilities functions",
|
"description": "Excalidraw utilities functions",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"excalidraw",
|
"excalidraw",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user