Skip to content

Commit 9f7980e

Browse files
committed
Merge pull request kenwheeler#240 from qbunt/master
Added the missing css file to the bower.json
2 parents 10fd8c5 + 1f346c4 commit 9f7980e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slick-carousel",
3-
"main": "slick/slick.min.js",
3+
"main": ["slick/slick.min.js", "slick/slick.css"],
44
"version": "1.3.6",
55
"homepage": "https://github.com/kenwheeler/slick",
66
"authors": [
@@ -24,4 +24,4 @@
2424
"dependencies": {
2525
"jquery": ">=1.7"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)