diff options
Diffstat (limited to 'component.json')
-rw-r--r-- | component.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/component.json b/component.json index cf50b43b..8d543857 100644 --- a/component.json +++ b/component.json @@ -3,9 +3,13 @@ "description": "Themes for Bootstrap", "homepage": "http://bootswatch.com", "author": "Thomas Park", - "version": "v2.3.0+1", + "version": "2.3.0+1", + "repository": { + "type": "git", + "url": "git://github.com/thomaspark/bootswatch.git" + }, "dependencies": { - "jquery": "~1.9.0" + "bootstrap": "~2.3.0" }, "licenses": [ { |