diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-03-01 19:50:12 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-03-01 19:50:24 +0530 |
commit | c90a124f4eb69692debb674df9584834bf8ea974 (patch) | |
tree | f15e454457114324d8a15c96b6373f3d555ef50d /cds-ui/client/package.json | |
parent | 4f459295af885168c804bd5d250d2cceca2940cb (diff) |
Zip file upload Methods
Added methods for zip file upload functionality
Issue-ID: CCSDK-1112
Change-Id: I6cf2d54f926f2db3eaf3f28808fcc4bd0b6e994e
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/package.json')
-rw-r--r-- | cds-ui/client/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cds-ui/client/package.json b/cds-ui/client/package.json index 796bf3aa6..9ad47413d 100644 --- a/cds-ui/client/package.json +++ b/cds-ui/client/package.json @@ -32,9 +32,11 @@ "d3": "^5.9.1", "font-awesome": "^4.7.0", "hammerjs": "^2.0.8", + "jszip": "^3.2.0", "material-design-icons": "^3.0.1", "ng2-ace-editor": "^0.3.9", "rxjs": "6.3.3", + "stream": "0.0.2", "tslib": "^1.9.0", "zone.js": "0.8.26" }, @@ -59,4 +61,4 @@ "tslint": "5.11.0", "typescript": "3.1.6" } -}
\ No newline at end of file +} |