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 -->
<head>
<title>Simple example</title>
<title>LoopBack Storage Service Demo</title>
<link rel="stylesheet"
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"
},
"dependencies": {
"pkgcloud": "~0.9.0",
"pkgcloud": "~0.9.4",
"async": "~0.2.10"
},
"devDependencies": {
"express": "~3.4.8",
"express": "~3.4.0",
"loopback": "1.x.x",
"formidable": "~1.0.14",
"mocha": "~1.17.1",
"supertest": "~0.9.0",
"mocha": "~1.18.2",
"supertest": "~0.10.0",
"mkdirp": "~0.3.5"
},
"repository": {