We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdacd63 commit 6056a0fCopy full SHA for 6056a0f
.gitignore
@@ -1,4 +1,7 @@
1
# Created by .ignore support plugin (hsz.mobi)
2
3
4
-.idea/
+.idea/
5
+
6
7
+node_modules/
package.json
@@ -28,5 +28,8 @@
28
"bugs": {
29
"url": "https://github.com/ohadpartuck/jquery-filters-plugin/issues"
30
},
31
- "homepage": "https://github.com/ohadpartuck/jquery-filters-plugin#readme"
+ "homepage": "https://github.com/ohadpartuck/jquery-filters-plugin#readme",
32
+ "dependencies": {
33
+ "bootstrap": "^3.3.5"
34
+ }
35
}
0 commit comments