Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-07-28 15:57:53 +0300
committersgiehl <stefan@piwik.org>2015-10-06 17:23:54 +0300
commita4f06699c5c6ea11e64733e283686e9447e3a860 (patch)
tree45a3817be11c80959f751ab19ff76c37eb264b2a /libs/bower_components/angular-animate/bower.json
parent2829032bf3b95069713d0a85470f8d6d04131039 (diff)
Use AngularJS 1.4 instead of AngularJS 1.2
Diffstat (limited to 'libs/bower_components/angular-animate/bower.json')
-rw-r--r--libs/bower_components/angular-animate/bower.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/bower_components/angular-animate/bower.json b/libs/bower_components/angular-animate/bower.json
index 2cdde934a4..599fb192c1 100644
--- a/libs/bower_components/angular-animate/bower.json
+++ b/libs/bower_components/angular-animate/bower.json
@@ -1,9 +1,9 @@
{
"name": "angular-animate",
- "version": "1.2.28",
+ "version": "1.4.3",
"main": "./angular-animate.js",
"ignore": [],
"dependencies": {
- "angular": "1.2.28"
+ "angular": "1.4.3"
}
}