Update deps
This commit is contained in:
parent
ca98e3d55c
commit
d419e16169
|
@ -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"/>
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue