Skip to content

Commit

Permalink
Add Bower package definition, fix Pikaday#29
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkert committed Mar 15, 2013
1 parent efb1f84 commit 6717091
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Pikaday",
"version": "1.0.0",
"main": [
"./pikaday.js",
"./css/pikaday.css"
],
"dependencies": {},
"ignore": [
"**/.*",
"node_modules",
"components"
]
}

0 comments on commit 6717091

Please sign in to comment.