Skip to content

Commit 6056a0f

Browse files
committed
adding package
1 parent cdacd63 commit 6056a0f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Created by .ignore support plugin (hsz.mobi)
22

33

4-
.idea/
4+
.idea/
5+
6+
7+
node_modules/

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"bugs": {
2929
"url": "https://github.com/ohadpartuck/jquery-filters-plugin/issues"
3030
},
31-
"homepage": "https://github.com/ohadpartuck/jquery-filters-plugin#readme"
31+
"homepage": "https://github.com/ohadpartuck/jquery-filters-plugin#readme",
32+
"dependencies": {
33+
"bootstrap": "^3.3.5"
34+
}
3235
}

0 commit comments

Comments
 (0)