Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 83b3cae

Browse files
committed
Merge pull request #1346 from isellsoap/master
Allow jQuery versions >=1.11.3
2 parents 8ed61ac + 776c600 commit 83b3cae

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
@@ -26,6 +26,6 @@
2626
"tests"
2727
],
2828
"dependencies": {
29-
"jquery": "1.11.3"
29+
"jquery": ">=1.11.3"
3030
}
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/woothemes/FlexSlider#readme",
2626
"dependencies": {
27-
"jquery": "^1.11.3"
27+
"jquery": ">=1.11.3"
2828
}
2929
}

0 commit comments

Comments
 (0)