modify workflow version in package.json 21/9021/1
authorLvbo163 <lv.bo163@zte.com.cn>
Tue, 29 Aug 2017 03:41:11 +0000 (11:41 +0800)
committerLvbo163 <lv.bo163@zte.com.cn>
Tue, 29 Aug 2017 03:41:11 +0000 (11:41 +0800)
change workflow designer version to '1.0.0' from '0.0.0' and remove internal ip address

Issue-ID: SDC-256

Change-Id: I52fe8f95f7939a159fc348072e7fa3993c761deb
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
sdc-workflow-designer-ui/package.json

index 1270dec..07b68ff 100644 (file)
@@ -1,10 +1,10 @@
 {
   "name": "workflow-designer",
-  "version": "0.0.0",
+  "version": "1.0.0",
   "license": "MIT",
   "scripts": {
     "ng": "ng",
-    "start": "ng serve --host 10.90.74.215 --disable-host-check=true",
+    "start": "ng serve",
     "build": "ng build",
     "test": "ng test",
     "lint": "ng lint",