add more keywords to package.json & composer.json
Showing
| ... | ... | @@ -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": [ | ||
| ... | ... |
| ... | ... | @@ -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.", | ||
| ... | ... |
Please register or sign in to comment