Skip to content

Commit

Permalink
remove atob and btoa dependencies from bower.json (#3017)
Browse files Browse the repository at this point in the history
fix #3010
  • Loading branch information
HackbrettXXX committed Dec 3, 2020
1 parent 344ecb0 commit 314f058
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bower.json
Expand Up @@ -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",
Expand Down

0 comments on commit 314f058

Please sign in to comment.