1
Fork 0
This commit is contained in:
Conduitry 2018-09-25 17:41:32 -04:00
parent aa54ba642e
commit e6e2876d86
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# v0.1.2
- Support specifying files as arrays of bytes
# v0.1.1
- Prefer outputting as a Blob over a Buffer, as it's possible that Buffer will have been polyfilled in the browser

View File

@ -1,6 +1,6 @@
{
"name": "do-not-zip",
"version": "0.1.1",
"version": "0.1.2",
"description": "Do not zip. Just store.",
"keywords": [
"browser",
@ -22,7 +22,7 @@
"bugs": {
"url": "https://github.com/Conduitry/do-not-zip/issues"
},
"homepage": "https://cndtr.io/do-not-zip/",
"homepage": "https://conduitry.io/do-not-zip",
"devDependencies": {
"browserify": "16.2.0",
"jszip": "3.1.5",