diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-04-04 18:48:20 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-04-04 18:55:34 -0400 |
commit | 23479182b327f082675ff860d56e0d2b379db623 (patch) | |
tree | 90e8d4a8792849316bda6de831713bbd4d48b09e /package.json | |
parent | 7c78f9c1208af746b417c5184abfaddc318926b4 (diff) |
Fix blueprint upload problem4.0.0-ONAPdublin
=============================== Coverage summary ===============================
Statements : 80.72% ( 992/1229 )
Branches : 58.13% ( 304/523 )
Functions : 81.13% ( 172/212 )
Lines : 81.22% ( 982/1209 )
================================================================================
Change-Id: I1f9d531f4f603576ca3668eef73f00e28ed09742
Issue-ID: DCAEGEN2-1301
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 3bde401..8dff5cf 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "onap-dcae-deployment-handler", - "version": "6.0.0", + "version": "6.0.1", "description": "ONAP DCAE Deployment Handler", "main": "deployment-handler.js", "dependencies": { - "adm-zip": "0.4.13", + "adm-zip": "0.4.11", "body-parser": "^1.15.0", "express": "^4.13.4", "log4js": "^0.6.33", |