Update Angular to version 1.4.x

pull/100/merge
Francis Lachapelle 2015-08-24 11:32:00 -04:00
parent 40eff05d4e
commit e5d6ee93c3
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
"name": "sogo-web",
"private": true,
"devDependencies": {
"angular": "1.3.x",
"angular-animate": "1.3.x",
"angular-sanitize": "1.3.x",
"angular": "1.4.x",
"angular-animate": "1.4.x",
"angular-sanitize": "1.4.x",
"angular-ui-router": "latest",
"angular-file-upload": "latest",
"angular-material": "master",
@ -12,6 +12,6 @@
"breakpoint-sass": ">=2.4.2"
},
"resolutions": {
"angular": "1.3.x"
"angular": "1.4.x"
}
}