Skip to content

Commit ee8ead1

Browse files
authored
Use newer formidable - fixes Node 6.x compat
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
1 parent 5abbaf9 commit ee8ead1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Package.onUse(function(api) {
2525
//});
2626

2727
Npm.depends({
28-
formidable: '1.0.15',
28+
formidable: '1.0.17',
2929
imagemagick: '0.1.3',
3030
connect: '2.7.10'
3131
})

0 commit comments

Comments
 (0)