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