Skip to content

Commit

Permalink
Updated component.json and release files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarruda committed Mar 7, 2013
1 parent a66b19b commit 5c1552f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "bootstrap-datetimepicker",
"version": "0.0.7",
"main": ["bootstrap-datetimepicker.min.css","bootstrap-datetimepicker.min.js"],
"version": "0.0.10",
"main": ["build/css/bootstrap-datetimepicker.min.css","build/js/bootstrap-datetimepicker.min.js"],
"dependencies": {
"jquery" : ">=1.7.1",
"bootstrap" : ">=2.0.4 <3.0"
"jquery" : ">=1.8.3",
"bootstrap" : ">=2.2.2 <3.0"
}
}
}

0 comments on commit 5c1552f

Please sign in to comment.