summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-02-27 19:21:18 -0500
committerThomas Park <thomas@thomaspark.me>2013-02-27 19:21:18 -0500
commit2240071060b80ac3f7ab4e91e95c6e9c58bdf23a (patch)
treeb79be171d5d79dab8cdb39f17ac44fc1e54ffbef
parent6d330a83aeddd4a8683d136c7b0836eb991c6291 (diff)
match up components.json and package.json better
-rw-r--r--component.json6
-rw-r--r--package.json4
2 files changed, 5 insertions, 5 deletions
diff --git a/component.json b/component.json
index 8d543857..bcea8f08 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 d1bd12e1..b8bc3982 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": {