From 6f09a8883c0de5a0f241d03a0e10d54b8da57e1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zlatan=20Vasovi=C4=87?= Date: Sat, 1 Mar 2014 21:27:07 +0100 Subject: [PATCH] Remove "bootstrap" keyword --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 93ed9f2dfa..f5d056bda0 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": [ { -- 2.47.2