Skip to content

Commit 5a5142e

Browse files
Removed bower and npm lines locking down the jQuery version
1 parent 249fa20 commit 5a5142e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bower.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,5 @@
5252
"devDependencies": {
5353
"angular-mocks": "1.5.*",
5454
"angular-ui-router": "^1.0.0-beta.3"
55-
},
56-
"resolutions": {
57-
"jquery": "~2.1.4"
5855
}
5956
}

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"version": "4.0.0-rc.1",
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": {
@@ -59,7 +62,7 @@
5962
"d3": "~3.5.17",
6063
"datatables.net": "^1.10.11",
6164
"datatables.net-select": "~1.2.0",
62-
"jquery": "~2.1.4",
65+
"jquery": "~3.2.1",
6366
"moment": "~2.14.1"
6467
},
6568
"scripts": {

0 commit comments

Comments
 (0)