Skip to content

Commit 49fb44d

Browse files
author
Contra
committed
0.2.0 - BOM stripping and dep updates
1 parent 15c0f9a commit 49fb44d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vinyl-fs",
33
"description": "Vinyl adapter for the file system",
4-
"version": "0.1.4",
4+
"version": "0.2.0",
55
"homepage": "http://github.com/wearefractal/vinyl-fs",
66
"repository": "git://github.com/wearefractal/vinyl-fs.git",
77
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
@@ -11,19 +11,19 @@
1111
"glob-watcher": "^0.0.6",
1212
"graceful-fs": "^2.0.1",
1313
"map-stream": "^0.1.0",
14-
"mkdirp": "^0.3.5",
14+
"mkdirp": "^0.5.0",
1515
"strip-bom": "^0.3.0",
1616
"vinyl": "^0.2.0"
1717
},
1818
"devDependencies": {
19-
"buffer-equal": "0.0.0",
19+
"buffer-equal": "^0.0.1",
2020
"coveralls": "^2.6.1",
2121
"istanbul": "^0.2.3",
2222
"jshint": "^2.4.1",
2323
"mocha": "^1.17.0",
2424
"mocha-lcov-reporter": "^0.0.1",
2525
"rimraf": "^2.2.5",
26-
"should": "^3.0.1",
26+
"should": "^4.0.0",
2727
"through2": "^0.4.0"
2828
},
2929
"scripts": {

0 commit comments

Comments
 (0)