Update deps

This commit is contained in:
Raymond Feng 2014-03-26 14:52:30 -07:00
parent ca98e3d55c
commit d419e16169
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<html id="ng-app" ng-app="app"> <!-- id="ng-app" IE<8 --> <html id="ng-app" ng-app="app"> <!-- id="ng-app" IE<8 -->
<head> <head>
<title>Simple example</title> <title>LoopBack Storage Service Demo</title>
<link rel="stylesheet" <link rel="stylesheet"
href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/> href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>

View File

@ -7,15 +7,15 @@
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js" "test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
}, },
"dependencies": { "dependencies": {
"pkgcloud": "~0.9.0", "pkgcloud": "~0.9.4",
"async": "~0.2.10" "async": "~0.2.10"
}, },
"devDependencies": { "devDependencies": {
"express": "~3.4.8", "express": "~3.4.0",
"loopback": "1.x.x", "loopback": "1.x.x",
"formidable": "~1.0.14", "formidable": "~1.0.14",
"mocha": "~1.17.1", "mocha": "~1.18.2",
"supertest": "~0.9.0", "supertest": "~0.10.0",
"mkdirp": "~0.3.5" "mkdirp": "~0.3.5"
}, },
"repository": { "repository": {