Skip to content

Commit

Permalink
Add node v6 support. Fixes #106
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Apr 27, 2016
1 parent cc7449f commit 5d67cf2
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-5.0.0.js'
};
var nodeVersion = process.versions.node;
var fsName;
Expand Down
Loading

1 comment on commit 5d67cf2

@cantremember
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

Please sign in to comment.