소스 검색

update package.json

nameczz 4 년 전
부모
커밋
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"
   }
 }