From 9edf39a1d8ca0c4590b051714a61ef200ab8ec62 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 24 Jun 2020 09:47:29 +0200 Subject: [PATCH] Add missing zip dependency --- packages/file-handling/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/file-handling/package.json b/packages/file-handling/package.json index bfbc9392..c6343e22 100644 --- a/packages/file-handling/package.json +++ b/packages/file-handling/package.json @@ -27,6 +27,7 @@ "dependencies": { "@open-wc/scoped-elements": "^1.0.8", "i18next": "^19.4.2", + "jszip": "^3.5.0", "lit-element": "^2.1.0", "lit-html": "^1.1.1", "material-design-icons-svg": "^3.0.0", -- GitLab