Browse Source

Merge pull request #36 from shanghaikid/fix-package-json

update package.json field
nameczz 4 years ago
parent
commit
3368d7b525
2 changed files with 9 additions and 6 deletions
  1. 4 1
      client/package.json
  2. 5 5
      server/package.json

+ 4 - 1
client/package.json

@@ -1,6 +1,9 @@
 {
-  "name": "milvus-admin",
+  "name": "milvus-insight-client",
   "version": "0.1.0",
+  "description": "Milvus insight UI Client",
+  "license": "Apache-2.0",
+  "bugs": "https://github.com/milvus-io/milvus-insight/issues",
   "private": true,
   "dependencies": {
     "@material-ui/core": "^4.11.4",

+ 5 - 5
server/package.json

@@ -1,10 +1,10 @@
 {
-  "name": "server",
-  "version": "0.0.1",
-  "description": "",
-  "author": "",
+  "name": "milvus-insight-server",
+  "version": "0.1.0",
+  "description": "Milvus insight API server",
+  "license": "Apache-2.0",
+  "bugs": "https://github.com/milvus-io/milvus-insight/issues",
   "private": true,
-  "license": "UNLICENSED",
   "scripts": {
     "prebuild": "rimraf dist",
     "build": "nest build",