Parcourir la source

update package.json

nameczz il y a 4 ans
Parent
commit
c33fce8103
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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"
   }
 }