Skip to content

Commit aa543f0

Browse files
committed
Build Update Patternfly Reference
Build updated to reflect "greater than equal to" for core Patternfly instead of "caret" to avoid less than dependency version conflicts
1 parent 7e787d4 commit aa543f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"datatables.net": "^1.10.12",
4848
"datatables.net-select": "~1.2.0",
4949
"lodash": "4.x",
50-
"patternfly": "^3.25.1"
50+
"patternfly": ">=3.25.1"
5151
},
5252
"devDependencies": {
5353
"angular-mocks": "1.5.*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"angular-ui-bootstrap": "2.3.x",
1818
"angular-svg-base-fix": "2.0.0",
1919
"lodash": "4.x",
20-
"patternfly": "^3.25.1"
20+
"patternfly": ">=3.25.1"
2121
},
2222
"devDependencies": {
2323
"angular-dragdrop": "1.0.13",

0 commit comments

Comments
 (0)