From: Chris Rebert Date: Mon, 3 Mar 2014 22:20:37 +0000 (-0800) Subject: add more keywords to package.json & composer.json X-Git-Tag: v3.2.0~438^2~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f1cc694fea395bf2669260ca8ebb593b3d9f169;p=thirdparty%2Fbootstrap.git add more keywords to package.json & composer.json --- diff --git a/composer.json b/composer.json index 11168d2fec..92056297a8 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": [ diff --git a/package.json b/package.json index 15085c3b11..9610cc1d4e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,13 @@ "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "version": "3.1.1", "keywords": [ - "css" + "css", + "less", + "mobile-first", + "responsive", + "front-end", + "framework", + "web" ], "homepage": "http://getbootstrap.com", "author": "Twitter, Inc.",