fs-extra-promise
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -90,2 +90,4 @@ # Changelog | ||
## Next | ||
## 1.0.1 | ||
* Update dev dependencies |
{ | ||
"name": "fs-extra-promise", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node file system library and fs-extra module promisified with bluebird", | ||
@@ -21,8 +21,8 @@ "main": "./lib/", | ||
"devDependencies": { | ||
"mocha": "^3.0.2", | ||
"mocha": "^3.2.0", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.3.0", | ||
"jshint": "^2.9.3", | ||
"chai-as-promised": "^6.0.0", | ||
"jshint": "^2.9.4", | ||
"istanbul": "^0.4.5", | ||
"coveralls": "^2.11.12" | ||
"coveralls": "^2.13.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "keywords": [ |
10439