chore(package.json): set public access for npm packages (#2463)

This commit is contained in:
Aakansha Doshi 2020-12-06 18:19:35 +05:30 committed by GitHub
parent 5071cffb02
commit 4c90ea5667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"files": [
"dist/*"
],
"publishConfig": {
"access": "public"
},
"description": "Excalidraw as a React component",
"license": "MIT",
"keywords": [

View File

@ -6,6 +6,9 @@
"dist/*"
],
"description": "Excalidraw utilities functions",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"keywords": [
"excalidraw",