diff options
| author | Mark Otto <[email protected]> | 2014-03-03 21:27:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-03 21:27:20 -0800 |
| commit | cb3cc42315df0847ede2d46ca9f45971e0799a98 (patch) | |
| tree | b76547a08d8a21f763782d33e945a10722b2c778 | |
| parent | 32f7901f99cd3d6e52d51148cd9afa5e6166a194 (diff) | |
| parent | 6f1cc694fea395bf2669260ca8ebb593b3d9f169 (diff) | |
| download | bootstrap-cb3cc42315df0847ede2d46ca9f45971e0799a98.tar.xz bootstrap-cb3cc42315df0847ede2d46ca9f45971e0799a98.zip | |
Merge pull request #12904 from twbs/keywords
add (more) keywords to package definition files
| -rw-r--r-- | bower.json | 9 | ||||
| -rw-r--r-- | composer.json | 9 | ||||
| -rw-r--r-- | package.json | 8 |
3 files changed, 23 insertions, 3 deletions
diff --git a/bower.json b/bower.json index 6599ce768..05ff702ab 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,14 @@ "name": "bootstrap", "version": "3.1.1", "keywords": [ - "css" + "css", + "js", + "less", + "mobile-first", + "responsive", + "front-end", + "framework", + "web" ], "main": [ "./dist/css/bootstrap.css", 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": [ diff --git a/package.json b/package.json index 15085c3b1..9610cc1d4 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.", |
