Skip to content

Commit 0128933

Browse files
committed
adding packages
1 parent 7c2d54a commit 0128933

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ Stable version 0.1.1
2020
<script src="https://cdn.rawgit.com/dangrossman/bootstrap-daterangepicker/master/daterangepicker.js"></script>
2121
<script src="https://cdn.rawgit.com/ohadpartuck/jquery-filters-plugin/v0.1.1/jquery.filters.js" type="text/javascript"></script>
2222
23-
<link rel="stylesheet" media="all" href="https://cdn.rawgit.com/ohadpartuck/ohadpartuck.github.io/master/filter_demo/css/docs.min.css">
2423
<link rel="stylesheet" media="all" href="https://cdn.rawgit.com/dangrossman/bootstrap-daterangepicker/master/daterangepicker-bs3.css">
2524
<link rel="stylesheet" media="all" href="https://cdn.rawgit.com/ohadpartuck/jquery-filters-plugin/master/css/improvely.css">
26-
<link rel="stylesheet" media="all" href="https://cdn.rawgit.com/ohadpartuck/ohadpartuck.github.io/master/filter_demo/css/documenter_style.css">
27-
<link rel="stylesheet" media="all" href="https://cdn.rawgit.com/ohadpartuck/ohadpartuck.github.io/master/filter_demo/css/prettify.css">
2825
<link rel="stylesheet" media="all" href="https://cdn.rawgit.com/ohadpartuck/jquery-filters-plugin/v0.1.1/css/jquery.filters.css">
2926
<link rel="stylesheet" media="all" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
3027

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"homepage": "https://github.com/ohadpartuck/jquery-filters-plugin#readme",
3232
"dependencies": {
3333
"bootstrap": "^3.3.5",
34-
"jquery": "^2.1.4"
34+
"daterangepicker": "0.0.3",
35+
"jquery": "^2.1.4",
36+
"moment": "^2.10.6"
3537
}
3638
}

0 commit comments

Comments
 (0)