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:
parent
08be119883
commit
615088edcd
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
h1 Devices4
|
||||
h1 Devices list
|
||||
|
||||
ul.device-list
|
||||
li(ng-repeat='device in devices.value track by device.serial')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue