fix: depend on pify

This commit is contained in:
Michael "Z" Goddard 2019-02-06 14:55:34 -05:00
parent 18579217e8
commit 4f3d6ebaf1
No known key found for this signature in database
GPG key ID: 762CD40DD5349872

View file

@ -22,8 +22,9 @@
"dependencies": {
"ajv": "6.3.0",
"async": "2.6.0",
"gzip-js": "0.3.2",
"jszip": "3.1.5",
"gzip-js": "0.3.2"
"pify": "4.0.1"
},
"devDependencies": {
"@commitlint/cli": "7.2.1",