From 6f09a8883c0de5a0f241d03a0e10d54b8da57e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sat, 1 Mar 2014 21:27:07 +0100 Subject: Remove "bootstrap" keyword --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 93ed9f2df..f5d056bda 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,9 @@ { "name": "twbs/bootstrap", "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.", - "keywords": ["bootstrap", "css"], + "keywords": [ + "css" + ], "homepage": "http://getbootstrap.com", "authors": [ { -- cgit v1.2.3 From 1c3a3b759340336bd815f646175015499d3409ac Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Mar 2014 14:18:22 -0800 Subject: Match docs description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f5d056bda..11168d2fe 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "twbs/bootstrap", - "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.", + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "keywords": [ "css" ], -- cgit v1.2.3 From 6f1cc694fea395bf2669260ca8ebb593b3d9f169 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 3 Mar 2014 14:20:37 -0800 Subject: add more keywords to package.json & composer.json --- composer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 11168d2fe..92056297a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,14 @@ "name": "twbs/bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "keywords": [ - "css" + "css", + "js", + "less", + "mobile-first", + "responsive", + "front-end", + "framework", + "web" ], "homepage": "http://getbootstrap.com", "authors": [ -- cgit v1.2.3