Skip to content

Commit

Permalink
Merge pull request #940 from b3nj4m/master
Browse files Browse the repository at this point in the history
make package.json and bower.json agree on jquery version
  • Loading branch information
dangrossman committed Jan 22, 2016
2 parents 2dc0523 + 9cc51fb commit 7010187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/dangrossman/bootstrap-daterangepicker",
"dependencies": {
"jquery": "^1.10",
"jquery": ">=1.10",
"moment": "^2.9.0"
}
}

0 comments on commit 7010187

Please sign in to comment.