diff options
| author | Mark Otto <[email protected]> | 2013-06-02 15:25:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-02 15:25:19 -0700 |
| commit | 05be4de8b81e6d87ae39100899e02b08dae6d3a2 (patch) | |
| tree | 0ea313209fa13d17d415d75331fc6515de7cc289 /composer.json | |
| parent | 56d6fea45e8c3f3ab60d07206b294bc71b893926 (diff) | |
| download | bootstrap-05be4de8b81e6d87ae39100899e02b08dae6d3a2.tar.xz bootstrap-05be4de8b81e6d87ae39100899e02b08dae6d3a2.zip | |
fixes #7915: add issues link to composer
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 757ecd624..03e00bc1a 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,8 @@ "email": "[email protected]", } ] + , "support": { + "issues": "https://github.com/twitter/bootstrap/issues" + } , "license": "Apache-2.0" - } |
