fixed loopback-boot to last safe version for our codebase

@berkeleytrue this should temp fix it until loopback etc can be safely bumped up to a newer version
This commit is contained in:
Ben McMahon
2015-08-29 23:39:01 +01:00
parent 4361d6edee
commit 1dd3246f87

View File

@ -72,7 +72,7 @@
"less-middleware": "~2.0.1", "less-middleware": "~2.0.1",
"lodash": "^3.9.3", "lodash": "^3.9.3",
"loopback": "https://github.com/FreeCodeCamp/loopback.git#fix/no-password", "loopback": "https://github.com/FreeCodeCamp/loopback.git#fix/no-password",
"loopback-boot": "^2.8.0", "loopback-boot": "2.8.2",
"loopback-component-passport": "https://github.com/FreeCodeCamp/loopback-component-passport.git#feature/flashfailure", "loopback-component-passport": "https://github.com/FreeCodeCamp/loopback-component-passport.git#feature/flashfailure",
"loopback-connector-mongodb": "^1.10.0", "loopback-connector-mongodb": "^1.10.0",
"lusca": "~1.0.2", "lusca": "~1.0.2",