Skip to content

Commit 516a9a1

Browse files
committed
chore(depends): bump min Angular version to 1.1.5
1 parent 95b16bf commit 516a9a1

File tree

9 files changed

+1298
-17224
lines changed

9 files changed

+1298
-17224
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "0.2.5",
44
"main": "./release/angular-ui-router.js",
55
"dependencies": {
6-
"angular": ">= 1.0.6"
6+
"angular": ">= 1.1.5"
77
}
88
}

config/karma.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ basePath = '..';
77
files = [
88
JASMINE,
99
JASMINE_ADAPTER,
10-
'lib/angular-1.1.4.js',
11-
'test/lib/angular-mocks-1.1.4.js',
10+
'lib/angular-1.1.5.js',
11+
'test/lib/angular-mocks-1.1.5.js',
1212
'test/testUtils.js',
1313

1414
'src/common.js',

0 commit comments

Comments
 (0)