Skip to content

Commit c9b2c07

Browse files
author
Contra
committedJun 3, 2014
update graceful-fs dep
1 parent 7af93d0 commit c9b2c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "vinyl-fs",
33
"description": "Vinyl adapter for the file system",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"homepage": "http://github.com/wearefractal/vinyl-fs",
66
"repository": "git://github.com/wearefractal/vinyl-fs.git",
77
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
88
"main": "./index.js",
99
"dependencies": {
1010
"glob-stream": "^3.1.5",
1111
"glob-watcher": "^0.0.6",
12-
"graceful-fs": "^2.0.1",
12+
"graceful-fs": "^3.0.0",
1313
"map-stream": "^0.1.0",
1414
"mkdirp": "^0.5.0",
1515
"strip-bom": "^0.3.0",

0 commit comments

Comments
 (0)
Please sign in to comment.