From 347e229d70b1b9b0d6ca9f2f0fbe6b520926a09c Mon Sep 17 00:00:00 2001 From: electblake Date: Sat, 16 Mar 2013 02:28:12 -0400 Subject: [PATCH] fixed license name, and removed cake-plugin for twitter npm provides what we need --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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" - } + ] } -- 2.39.2