Skip to content

Commit

Permalink
Use newer formidable - fixes Node 6.x compat
Browse files Browse the repository at this point in the history
Hi - there's a newer (but not very new) update to Formidable which contains a fix to support Node 6.x:

node-formidable/formidable@f4a3e08
node-formidable/formidable#364
node-formidable/formidable#404
  • Loading branch information
mikeatlas committed Jan 10, 2017
1 parent 5abbaf9 commit ee8ead1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Expand Up @@ -25,7 +25,7 @@ Package.onUse(function(api) {
//});

Npm.depends({
formidable: '1.0.15',
formidable: '1.0.17',
imagemagick: '0.1.3',
connect: '2.7.10'
})

0 comments on commit ee8ead1

Please sign in to comment.