custom-file
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "custom-file", | ||
"description": "It abstracts the File and Folder classes, can be used on any virtual file system, and stream supports.", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"homepage": "https://github.com/snowyu/custom-file.js", | ||
@@ -31,9 +31,9 @@ "repository": { | ||
"dependencies": { | ||
"abstract-file": "^0.1.8", | ||
"abstract-file": "^0.1.10", | ||
"bluebird": "^2.9.34", | ||
"inherits-ex": "^1.0.9", | ||
"read-dir-stream": "^0.3.0", | ||
"inherits-ex": "^1.1.3", | ||
"read-dir-stream": "^0.3.1", | ||
"strip-bom": "^2.0.0", | ||
"strip-bom-stream": "^1.0.0", | ||
"util-ex": "^0.3.9" | ||
"util-ex": "^0.3.10" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
50479
Updatedabstract-file@^0.1.10
Updatedinherits-ex@^1.1.3
Updatedread-dir-stream@^0.3.1
Updatedutil-ex@^0.3.10