Kaynağa Gözat

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

Aakansha Doshi 4 yıl önce
ebeveyn
işleme
4c90ea5667

+ 3 - 0
src/packages/excalidraw/package.json

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

+ 3 - 0
src/packages/utils/package.json

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