CodeArtemis / TriggerRally

Trigger Rally Online Edition - fast arcade rally racing
Other
326 stars 135 forks source link

Package.json dependency versions #72

Open mikesaidani opened 9 years ago

mikesaidani commented 9 years ago

Using * for the dependencies versions will grab 'Express 4', which makes the app impossible to run without some tweaks to fix the compatibility issues.

We should either update to express 4 or specify version 3 in package.json and maybe do the same for the other packages to avoid breaking the app with each dependency update.