We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0265b06 commit cf7fbf6Copy full SHA for cf7fbf6
1 file changed
bower.json
@@ -1,7 +1,11 @@
1
{
2
"name": "flexible-bootstrap-carousel",
3
- "main": "flexible-bootstrap-carousel.js",
+ "main": [
4
+ "flexible-bootstrap-carousel.js",
5
+ "flexible-bootstrap-carousel.css"
6
+ ],
7
"homepage": "https://github.com/DanDevG/flexible-bootstrap-carousel",
8
+ "version": "0.2.1",
9
"authors": [
10
"Dan Dev <dan.dev.mail@gmail.com>"
11
],
@@ -13,9 +17,7 @@
13
17
},
14
18
"ignore": [
15
19
"**/.*",
16
- "node_modules",
20
"bower_components",
- "**/.*",
21
"examples",
22
"README.md",
23
"*.log",
0 commit comments