Updated bower libs.

This commit is contained in:
baldo 2016-06-11 17:57:30 +02:00
commit 98d5fde88a
71 changed files with 4482 additions and 49918 deletions

View file

@ -1,6 +1,6 @@
{
"name": "angular-route",
"version": "1.5.6-build.4801+sha.3b5751d",
"version": "1.5.6",
"description": "AngularJS router module",
"main": "index.js",
"scripts": {
@ -22,5 +22,12 @@
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
"homepage": "http://angularjs.org"
"homepage": "http://angularjs.org",
"jspm": {
"shim": {
"angular-route": {
"deps": ["angular"]
}
}
}
}