Fix package.cypress.json licensing attribute 47/84847/1
authorIttay Stern <ittay.stern@att.com>
Wed, 10 Apr 2019 10:38:16 +0000 (13:38 +0300)
committerIttay Stern <ittay.stern@att.com>
Wed, 10 Apr 2019 10:39:03 +0000 (13:39 +0300)
Change-Id: Ia412a1deecfda523efde7021096a0c90ab6966ea
Issue-ID: VID-450
Signed-off-by: Ittay Stern <ittay.stern@att.com>
vid-webpack-master/package.cypress.json

index 39a4008..b872e61 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "vid-cli",
   "version": "0.0.0",
-  "license": "MIT",
+  "license": "Apache-2.0",
   "scripts": {
     "cypress:open": "cypress open",
     "cypress": "cypress open --config baseUrl=http://localhost:8080/vid ",