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

Allow jQuery versions >=1.11.3 #1346

Merged
merged 2 commits into from
Jun 25, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update jquery dependency to ">=1.11.3"
  • Loading branch information
Francesco Schwarz committed May 29, 2015
commit 776c6001d129b5c78b771f0a40e85c9ab5d0b5b4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"homepage": "https://github.com/woothemes/FlexSlider#readme",
"dependencies": {
"jquery": "^1.11.3"
"jquery": ">=1.11.3"
}
}