Browse Source

"access": "public"

Artur Paikin 4 years ago
parent
commit
6771545fe7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/@uppy/drop-target/package.json

+ 3 - 0
packages/@uppy/drop-target/package.json

@@ -28,5 +28,8 @@
   },
   "peerDependencies": {
     "@uppy/core": "^1.0.0"
+  },
+  "publishConfig": {
+    "access": "public"
   }
 }