Skip to content

Commit b2ad5db

Browse files
committed
Fixing #8 - Bower main files should not point to the minified files
1 parent b71d622 commit b2ad5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"ruhley <[email protected]>"
1212
],
1313
"main": [
14-
"angular-color-picker.min.js",
15-
"angular-color-picker.min.css"
14+
"angular-color-picker.js",
15+
"angular-color-picker.css"
1616
],
1717
"moduleType": [
1818
"globals"

0 commit comments

Comments
 (0)