Skip to content

Commit 2cb2d0e

Browse files
committed
Dropped angular-patternfly support of angular 1.3.x dependencies
1 parent 4ae0a5c commit 2cb2d0e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"url": "git://github.com/patternfly/angular-patternfly.git"
3838
},
3939
"dependencies": {
40-
"angular": "1.3.0 - 1.5.*",
41-
"angular-animate": "1.3.0 - 1.5.*",
42-
"angular-sanitize": "1.3.0 - 1.5.*",
40+
"angular": "1.5.*",
41+
"angular-animate": "1.5.*",
42+
"angular-sanitize": "1.5.*",
4343
"angular-bootstrap": "0.14.x",
4444
"lodash": "4.x",
4545
"patternfly": "~3.15.0"
4646
},
4747
"devDependencies": {
48-
"angular-mocks": "1.3.0 - 1.5.*",
48+
"angular-mocks": "1.5.*",
4949
"angular-ui-router": "^0.3.2"
5050
}
5151
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"main": "index.js",
99
"homepage": "https://github.com/patternfly/angular-patternfly",
1010
"dependencies": {
11-
"angular": "1.3.0 - 1.5.*",
12-
"angular-animate": "1.3.0 - 1.5.*",
13-
"angular-sanitize": "1.3.0 - 1.5.*",
11+
"angular": "1.5.*",
12+
"angular-animate": "1.5.*",
13+
"angular-sanitize": "1.5.*",
1414
"angular-ui-bootstrap": "0.14.x",
1515
"lodash": "4.x",
1616
"patternfly": "~3.15.0"

0 commit comments

Comments
 (0)