We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af93d0 commit c9b2c07Copy full SHA for c9b2c07
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "vinyl-fs",
3
"description": "Vinyl adapter for the file system",
4
- "version": "0.2.0",
+ "version": "0.2.1",
5
"homepage": "http://github.com/wearefractal/vinyl-fs",
6
"repository": "git://github.com/wearefractal/vinyl-fs.git",
7
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
8
"main": "./index.js",
9
"dependencies": {
10
"glob-stream": "^3.1.5",
11
"glob-watcher": "^0.0.6",
12
- "graceful-fs": "^2.0.1",
+ "graceful-fs": "^3.0.0",
13
"map-stream": "^0.1.0",
14
"mkdirp": "^0.5.0",
15
"strip-bom": "^0.3.0",
0 commit comments