Skip to content

Commit

Permalink
Fix #136, add amd module type to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Edson Hilios committed Aug 14, 2015
1 parent ac071b9 commit 3551a6b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"main": [
"./dist/jquery.countdown.js"
"dist/jquery.countdown.js"
],
"ignore": [
"**/.*",
Expand All @@ -41,5 +41,8 @@
"jquery-1.7": "jquery#~1.7",
"jquery-1.10": "jquery#~1.10",
"bootstrap": "~3"
}
},
"moduleType": [
"amd"
]
}

0 comments on commit 3551a6b

Please sign in to comment.