瀏覽代碼

add box publishConfig

Artur Paikin 4 年之前
父節點
當前提交
ee3ce04c4f
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      packages/@uppy/box/package.json

+ 4 - 1
packages/@uppy/box/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/box",
   "description": "Import files from Box, into Uppy.",
-  "version": "1.0.0",
+  "version": "0.2.0",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -27,5 +27,8 @@
   },
   "peerDependencies": {
     "@uppy/core": "^1.0.0"
+  },
+  "publishConfig": {
+    "access": "public"
   }
 }