From: electblake Date: Sat, 16 Mar 2013 06:28:12 +0000 (-0400) Subject: fixed license name, and removed cake-plugin for twitter npm provides what we need X-Git-Tag: v2.3.1+1~36^2 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=347e229d70b1b9b0d6ca9f2f0fbe6b520926a09c fixed license name, and removed cake-plugin for twitter npm provides what we need --- diff --git a/composer.json b/composer.json index 29674f7..6d32a84 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" - } + ] }