diff options
| author | Zlatan Vasović <[email protected]> | 2014-03-01 21:27:07 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-03-01 21:27:07 +0100 |
| commit | 6f09a8883c0de5a0f241d03a0e10d54b8da57e1b (patch) | |
| tree | 4b02e7c26f9996d8b1992688abc4bdb9f0ecf086 /composer.json | |
| parent | 6bd54ef14b880ed71844011f71484ac2e6f7d132 (diff) | |
| download | bootstrap-6f09a8883c0de5a0f241d03a0e10d54b8da57e1b.tar.xz bootstrap-6f09a8883c0de5a0f241d03a0e10d54b8da57e1b.zip | |
Remove "bootstrap" keyword
Diffstat (limited to '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": [ { |
