1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

- Update dependencies.

This commit is contained in:
Gunther Brunner 2014-03-26 12:06:54 +09:00
parent 6e6b5ee517
commit b4e6e39761
2 changed files with 10 additions and 10 deletions

View file

@ -4,6 +4,8 @@
"dependencies": {
"angular": "~1.3.0-beta.2",
"angular-route": "~1.3.0-beta.2",
"angular-sanitize": "~1.3.0-beta.2",
"angular-animate": "~1.3.0-beta.2",
"se7en-bootstrap-3": "git@ghe.amb.ca.local:stf/se7en-bootstrap-3.git",
"socket.io-client": "~0.9.16",
"lodash": "~2.4.1",
@ -12,23 +14,21 @@
"Snap.svg": "~0.2.0",
"angular-localForage": "~0.1.0",
"ng-table": "git://github.com/esvit/ng-table.git#880fbb26eda602c873b1448c92bdcf813296a72a",
"jquery.terminal": "~0.8.4",
"jquery.terminal": "~0.8.7",
"stf-site": "git@ghe.amb.ca.local:stf/stf-site.git",
"angular-gettext": "~0.2.5",
"angular-gettext": "~0.2.7",
"angular-ui-ace": "~0.1.0",
"ui-bootstrap-alerts": "~0.1.5",
"angular-sanitize": "~1.2.14",
"requirejs": "~2.1.11",
"stf-graphics": "git@ghe.amb.ca.local:stf/stf-graphics.git",
"angular-bootstrap": "~0.10.0",
"angular-dialog-service": "~3.1.0",
"ng-file-upload": "~1.2.9",
"angular-animate": "~1.2.15",
"ng-file-upload": "~1.2.10",
"angular-growl-v2": "JanStevens/angular-growl-2#~0.5.3"
},
"private": true,
"resolutions": {
"angular": "~1.3.0-beta.2",
"localforage": "0.2.0"
"angular-sanitize": "~1.3.0-beta.2"
}
}

View file

@ -6,10 +6,10 @@ module.exports = angular.module('stf/settings', [
])
.config(['$localForageProvider', function ($localForageProvider) {
$localForageProvider.config({
name : 'stf-v0',
version : 1.0,
storeName : 'settings',
description : 'STF Local Settings'
name: 'stf-v0',
version: 1.0,
storeName: 'settings',
description: 'STF Local Settings'
})
}])