From 68d61eee3f744edf4defd53213cf3f8bb2ffc7c0 Mon Sep 17 00:00:00 2001 From: Lukas Hollaender Date: Thu, 3 Dec 2020 15:12:21 +0100 Subject: [PATCH] remove atob and btoa dependencies from bower.json fix #3010 --- bower.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 735c7cd4f..e37965d43 100644 --- a/bower.json +++ b/bower.json @@ -13,10 +13,7 @@ ], "moduleType": ["amd", "globals", "node", "es6"], "keywords": ["pdf"], - "dependencies": { - "atob": "^2.1.2", - "btoa": "^1.2.1" - }, + "dependencies": {}, "optionalDependencies": { "canvg": "^3.0.6", "core-js": "^3.6.0",