Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Deflater with pako #2944

Merged
merged 16 commits into from Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions bower.json
Expand Up @@ -23,6 +23,9 @@
"dompurify": "^2.0.12",
"html2canvas": "^1.0.0-rc.5"
},
"peerDependencies": {
"pako": "^1.0.11"
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pako should be a regular dependency, not a peer dependency.

"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-external-helpers": "7.2.0",
Expand Down