]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add more keywords to package.json & composer.json 12904/head
authorChris Rebert <code@rebertia.com>
Mon, 3 Mar 2014 22:20:37 +0000 (14:20 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 3 Mar 2014 22:22:19 +0000 (14:22 -0800)
composer.json
package.json

index 11168d2fec2b692bc790f467e39322579792d406..92056297a879de1415ce221a74197e857b58382c 100644 (file)
@@ -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": [
index 15085c3b116aa4474dbf6d4d33b606fa38516f83..9610cc1d4e7c4e63f3004d64304244a984a6bc0b 100644 (file)
@@ -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.",