tech(lib upgrade): fixed issue with angular 1.5.8, so can revert revert of upgrade, that is we are no on latest angularjs, #6022

This commit is contained in:
Torkel Ödegaard
2016-09-14 10:45:56 +02:00
parent c594f9f2ad
commit babab7677c
30 changed files with 2866 additions and 1477 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "angular-mocks",
"version": "1.5.3",
"version": "1.5.8",
"description": "AngularJS mocks for testing",
"main": "angular-mocks.js",
"scripts": {
@@ -23,5 +23,12 @@
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
"homepage": "http://angularjs.org"
"homepage": "http://angularjs.org",
"jspm": {
"shim": {
"angular-mocks": {
"deps": ["angular"]
}
}
}
}