Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

chore(deps): remove node-zip #2634

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chyzwar
Copy link

@chyzwar chyzwar commented Aug 29, 2019

node-zip has useful cli but in this case, it makes sense to use jszip directly. I did not use v3 version on jszip because it is only exposing async interface and v2 would hoist better with zip-dir.
https://github.com/daraosn/node-zip/blob/master/lib/nodezip.js

I also needed to run yarn upgrade to properly de-duplicate jszip.

@chyzwar
Copy link
Author

chyzwar commented Aug 29, 2019

I pushed some changes to avoid upgrading whole lock files. Hopefully, this would make my change smal enough.

@chyzwar chyzwar changed the title chore(deps): remove node-zip, upgrade lock chore(deps): remove node-zip Aug 29, 2019
@chyzwar
Copy link
Author

chyzwar commented Aug 30, 2019

I am getting prettier errors in other places. Should I fix these as a part of this PR?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants