Skip to content

Commit

Permalink
Tweak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jul 16, 2018
1 parent 258abd8 commit 8c63257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "fs-gzip-blob-storage",
"version": "0.4.0",
"description": "Blob storage on filesystem with promises API",
"description": "Blob storage on filesystem, with gzip, streams and promises API",
"main": "lib/fs-gzip-blob-storage.js",
"typings": "lib/fs-gzip-blob-storage.d.ts",
"repository": {
Expand All @@ -21,7 +21,7 @@
},
"homepage": "http://github.com/dex4er/js-fs-gzip-blob-storage",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"dependencies": {
"fs-blob-storage": "^0.6.1",
Expand Down

0 comments on commit 8c63257

Please sign in to comment.