Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Apr 27, 2016
1 parent 5d67cf2 commit 3c3ad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var versions = {
'3.x.x': 'fs-3.0.0.js',
'4.x.x': 'fs-4.0.0.js',
'5.x.x': 'fs-5.0.0.js',
'6.x.x': 'fs-5.0.0.js'
'6.x.x': 'fs-6.0.0.js'
};
var nodeVersion = process.versions.node;
var fsName;
Expand Down

0 comments on commit 3c3ad31

Please sign in to comment.