1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Updated dependencies.

Using bluebird from npm instead of bower because it's easier.
This commit is contained in:
Gunther Brunner 2014-02-27 14:52:46 +09:00
parent 08be119883
commit 615088edcd
2 changed files with 4 additions and 5 deletions

View file

@ -2,14 +2,13 @@
"name": "stf",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.9",
"angular-route": "~1.2.9",
"angular": "~1.2.14",
"angular-route": "~1.2.14",
"requirejs": "~2.1.10",
"se7en-bootstrap-3": "git@ghe.amb.ca.local:stf/se7en-bootstrap-3.git",
"socket.io-client": "~0.9.16",
"lodash": "~2.4.1",
"bluebird": "~1.0.6",
"oboe": "1.13.0"
"oboe": "~1.14.0"
},
"private": true
}

View file

@ -1,4 +1,4 @@
h1 Devices4
h1 Devices list
ul.device-list
li(ng-repeat='device in devices.value track by device.serial')