Skip to content

Commit a3e83ef

Browse files
committed
Fixed properly CSS export.
1 parent 3530ecd commit a3e83ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-colorbox",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": {
55
"name": "Igor Lino",
66
"url": "http://igorlino.github.io/angular-colorbox/"
@@ -13,7 +13,7 @@
1313
],
1414
"main": [
1515
"js/angular-colorbox.js",
16-
"themes/dark/colorbox-darktheme-css"
16+
"themes/dark/colorbox-darktheme.css"
1717
],
1818
"ignore": [
1919
"**/.*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-colorbox",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"title": "Angular Colorbox",
55
"description": "Angular directive for Colorbox, the jQuery lightbox and modal window plugin.",
66
"keywords": [

0 commit comments

Comments
 (0)