Skip to content

Commit

Permalink
Merge pull request #107 from tmcw/v6
Browse files Browse the repository at this point in the history
Add node v6 support. Fixes #106
  • Loading branch information
tschaub committed Apr 29, 2016
2 parents cc7449f + 3c3ad31 commit c242b2c
Show file tree
Hide file tree
Showing 2 changed files with 2,077 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ var versions = {
'2.x.x': 'fs-2.0.0.js',
'3.x.x': 'fs-3.0.0.js',
'4.x.x': 'fs-4.0.0.js',
'5.x.x': 'fs-5.0.0.js'
'5.x.x': 'fs-5.0.0.js',
'6.x.x': 'fs-6.0.0.js'
};
var nodeVersion = process.versions.node;
var fsName;
Expand Down
Loading

0 comments on commit c242b2c

Please sign in to comment.