Skip to content

Commit c1c88cb

Browse files
Pinned the jQuery version to jQuery 2
1 parent 25855de commit c1c88cb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

bower.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@
4343
"angular-sanitize": "1.3.0 - 1.5.*",
4444
"angular-bootstrap": "0.14.x",
4545
"lodash": "3.x",
46-
"patternfly": "3.25.0"
46+
"patternfly": "3.25.0",
47+
"jquery": "2"
4748
},
4849
"devDependencies": {
4950
"angular-mocks": "1.3.0 - 1.5.*",
5051
"angular-ui-router": "1.0.0-beta.3"
52+
},
53+
"resolutions": {
54+
"jquery": "2"
5155
}
5256
}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"version": "3.24.0",
55
"license": "Apache-2.0",
66
"description": "Angular extension of the PatternFly project.",
7-
"keywords": ["angular", "patternfly"],
7+
"keywords": [
8+
"angular",
9+
"patternfly"
10+
],
811
"main": "index.js",
912
"homepage": "https://github.com/patternfly/angular-patternfly",
1013
"dependencies": {
@@ -13,6 +16,7 @@
1316
"angular-drag-and-drop-lists": "2.0.0",
1417
"angular-sanitize": "1.3.0 - 1.5.*",
1518
"angular-ui-bootstrap": "0.14.x",
19+
"jquery": "^2.2.4",
1620
"lodash": "3.x",
1721
"patternfly": "3.25.0"
1822
},

0 commit comments

Comments
 (0)