arvindr21 / blueimp-file-upload-expressjs

A simple express module for integrating jQuery File Upload.
http://expressjs-fileupload.cloudno.de/
104 stars 69 forks source link

Use specific versions for package dependencies in package.json #8

Closed Starefossen closed 10 years ago

Starefossen commented 10 years ago

It is very very dangerous to use * or latest version for package dependencies. Imagine Amazon releases an backwards-incompatible version of their aws-sdk under a new major version – this will break blueimp-file-upload-expressjs and thus breaking a ton of apps relying on this module.

arvindr21 commented 10 years ago

@Starefossen Thanks for pointing it out. Old habits die hard :D Fixed and published.

Starefossen commented 10 years ago

Thanks a lot @arvindr21! Keep up the good work :+1:

arvindr21 commented 10 years ago

Thanks!