Skip to content

Commit 314f058

Browse files
authored
remove atob and btoa dependencies from bower.json (#3017)
fix #3010
1 parent 344ecb0 commit 314f058

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bower.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
],
1414
"moduleType": ["amd", "globals", "node", "es6"],
1515
"keywords": ["pdf"],
16-
"dependencies": {
17-
"atob": "^2.1.2",
18-
"btoa": "^1.2.1"
19-
},
16+
"dependencies": {},
2017
"optionalDependencies": {
2118
"canvg": "^3.0.6",
2219
"core-js": "^3.6.0",

0 commit comments

Comments
 (0)