瀏覽代碼

update package.json

nameczz 3 年之前
父節點
當前提交
c33fce8103
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      package.json

+ 3 - 1
package.json

@@ -4,10 +4,12 @@
   "description": "Milvus insight",
   "license": "Apache-2.0",
   "bugs": "https://github.com/milvus-io/milvus-insight/issues",
-  "private": true,
   "release": {
     "branches": [
       "master"
     ]
+  },
+  "publishConfig": {
+    "access": "public"
   }
 }