diff options
author | electblake <electblake@gmail.com> | 2013-03-16 02:28:12 -0400 |
---|---|---|
committer | electblake <electblake@gmail.com> | 2013-03-16 02:28:12 -0400 |
commit | 347e229d70b1b9b0d6ca9f2f0fbe6b520926a09c (patch) | |
tree | 10f9e368e9ec72fa901c638582837cfdc23d4581 | |
parent | d99be7b24d5850c096dfed02806bdb7d41adc5aa (diff) |
fixed license name, and removed cake-plugin for twitter npm provides what we need
-rw-r--r-- | composer.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 29674f7d..6d32a84b 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,11 @@ { "name": "thomaspark/bootswatch", "description": "Themes for Twitter Bootstrap", - "license": "Apache", + "licenses": "Apache-2.0", "authors": [ { "name": "thomaspark", "email": "hello@thomaspark.me" } - ], - "require": { - "slywalker/twitter_bootstrap": "dev-master" - } + ] } |