1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00

Merge pull request #12889 from ZDroid/composer-json-keywor

Remove "bootstrap" keyword from composer.json
This commit is contained in:
Chris Rebert
2014-03-01 12:32:05 -08:00

View File

@@ -1,7 +1,9 @@
{ {
"name": "twbs/bootstrap", "name": "twbs/bootstrap",
"description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.", "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", "homepage": "http://getbootstrap.com",
"authors": [ "authors": [
{ {