Skip to content

Commit c41d027

Browse files
committed
Merge pull request #12 from jwwisgerhof/master
Bower.json should correctly state the main files of the application
2 parents 4aaec1b + 82dc2e1 commit c41d027

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"ADM | Amirkabir Data Miners <[email protected]>"
77
],
88
"description": "Pure AngularJs Gregorian and Jalali smart dateTimePicker",
9-
"main": "ADM-dateTimePicker.js",
9+
"main": [
10+
"dist/ADM-dateTimePicker.min.js",
11+
"dist/ADM-dateTimePicker.min.css"
12+
],
1013
"moduleType": [
1114
"globals"
1215
],

0 commit comments

Comments
 (0)