Skip to content

Commit ae817f5

Browse files
author
Walden Raines
committed
Merge pull request #57 from erundle/master
Fix #37 - Adding support for angular 1.4.x
2 parents ad775e2 + f2dfda6 commit ae817f5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

bower.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@
3131
"type": "git",
3232
"url": "git://github.com/patternfly/angular-patternfly.git"
3333
},
34-
"dependencies": {
35-
"angular": "1.3.*"
36-
},
3734
"devDependencies": {
38-
"angular-animate": "1.3.*",
39-
"angular-mocks": "1.3.*",
40-
"angular-sanitize": "1.3.*",
41-
"angular-touch": "1.3.*",
42-
"angular-route": "1.3.*",
35+
"angular": "1.3.0 - 1.4.*",
36+
"angular-animate": "1.3.0 - 1.4.*",
37+
"angular-mocks": "1.3.0 - 1.4.*",
38+
"angular-sanitize": "1.3.0 - 1.4.*",
39+
"angular-touch": "1.3.0 - 1.4.*",
40+
"angular-route": "1.3.0 - 1.4.*",
4341
"lodash": "3.x",
4442
"patternfly": "2.1.0"
4543
}

0 commit comments

Comments
 (0)