diff options
| author | Chris Rebert <[email protected]> | 2014-03-01 12:32:05 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-01 12:32:05 -0800 |
| commit | e7aa911f9baef12c2185525d91a316820e037b32 (patch) | |
| tree | f955b8de4e510472329af0c3ed9bafebe51909a9 | |
| parent | b3e3025f8f05ad9fd43dab6dbef6bc30cfdab22b (diff) | |
| parent | 6f09a8883c0de5a0f241d03a0e10d54b8da57e1b (diff) | |
| download | bootstrap-e7aa911f9baef12c2185525d91a316820e037b32.tar.xz bootstrap-e7aa911f9baef12c2185525d91a316820e037b32.zip | |
Merge pull request #12889 from ZDroid/composer-json-keywor
Remove "bootstrap" keyword from composer.json
| -rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 93ed9f2df..f5d056bda 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": [ { |
