Browse Source

update package.json

nameczz 4 years ago
parent
commit
bb0f7410d7
1 changed files with 5 additions and 15 deletions
  1. 5 15
      package.json

+ 5 - 15
package.json

@@ -6,20 +6,10 @@
   "bugs": "https://github.com/milvus-io/milvus-insight/issues",
   "release": {
     "branches": [
-      "master"
+      "main",
+      "next",
+      "{name: 'beta', prerelease: true}"
     ]
   },
-  "publishConfig": {
-    "access": "public"
-  },
-  "scripts": {
-    "semantic-release": "semantic-release"
-  },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/nameczz/milvus-insight.git"
-  },
-  "devDependencies": {
-    "semantic-release": "^17.4.4"
-  }
-}
+  "private": true
+}