From 2240071060b80ac3f7ab4e91e95c6e9c58bdf23a Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 27 Feb 2013 19:21:18 -0500 Subject: [PATCH] match up components.json and package.json better --- component.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/component.json b/component.json index 8d54385..bcea8f0 100644 --- a/component.json +++ b/component.json @@ -1,9 +1,9 @@ { "name": "bootswatch", - "description": "Themes for Bootstrap", - "homepage": "http://bootswatch.com", - "author": "Thomas Park", + "description": "Bootswatch is a collection of themes for Bootstrap.", "version": "2.3.0+1", + "author": "Thomas Park", + "homepage": "http://bootswatch.com", "repository": { "type": "git", "url": "git://github.com/thomaspark/bootswatch.git" diff --git a/package.json b/package.json index d1bd12e..b8bc398 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "author": "Thomas Park", "name": "bootswatch", - "description": "Bootswatch is a collection of free themes for Twitter Bootstrap.", + "description": "Bootswatch is a collection of themes for Bootstrap.", "version": "2.3.0", + "author": "Thomas Park", "homepage": "http://bootswatch.com/", "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0", "repository": { -- 2.39.2