|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "milvus-insight",
|
|
"name": "milvus-insight",
|
|
- "version": "0.1.0",
|
|
|
|
|
|
+ "version": "0.0.0-development",
|
|
"description": "Milvus insight",
|
|
"description": "Milvus insight",
|
|
"license": "Apache-2.0",
|
|
"license": "Apache-2.0",
|
|
"bugs": "https://github.com/milvus-io/milvus-insight/issues",
|
|
"bugs": "https://github.com/milvus-io/milvus-insight/issues",
|
|
@@ -11,5 +11,15 @@
|
|
},
|
|
},
|
|
"publishConfig": {
|
|
"publishConfig": {
|
|
"access": "public"
|
|
"access": "public"
|
|
|
|
+ },
|
|
|
|
+ "scripts": {
|
|
|
|
+ "semantic-release": "semantic-release"
|
|
|
|
+ },
|
|
|
|
+ "repository": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/nameczz/milvus-insight.git"
|
|
|
|
+ },
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "semantic-release": "^17.4.4"
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|