Replace AdmZip with node-stream-zip.

This commit is contained in:
Daniel Scalzi
2020-06-02 23:07:59 -04:00
parent 0b063e4bfc
commit d627ce72a3
12 changed files with 283 additions and 215 deletions

3
.vscode/launch.json vendored
View File

@@ -16,7 +16,8 @@
"preLaunchTask": "compile",
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
]
],
"outputCapture": "std"
}
]
}