Skip to content

Commit

Permalink
Add node v5.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 29, 2015
1 parent 6b454e9 commit a24e863
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
Expand Up @@ -19,7 +19,8 @@ var versions = {
'1.x.x': 'fs-1.1.0.js',
'2.x.x': 'fs-2.0.0.js',
'3.x.x': 'fs-3.0.0.js',
'4.x.x': 'fs-4.0.0.js'
'4.x.x': 'fs-4.0.0.js',
'5.x.x': 'fs-5.0.0.js'
};
var nodeVersion = process.versions.node;
var fsName;
Expand Down

0 comments on commit a24e863

Please sign in to comment.