]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #7915: add issues link to composer
authorMark Otto <otto@github.com>
Sun, 2 Jun 2013 22:25:19 +0000 (15:25 -0700)
committerMark Otto <otto@github.com>
Sun, 2 Jun 2013 22:25:19 +0000 (15:25 -0700)
composer.json

index 757ecd6246dc303586f0787dbbf35383f2355260..03e00bc1ae641ca0da1be29c91012b4038d2b348 100644 (file)
@@ -13,6 +13,8 @@
         "email": "jacobthornton@gmail.com",
       }
     ]
+  , "support": {
+      "issues": "https://github.com/twitter/bootstrap/issues"
+    }
   , "license": "Apache-2.0"
-
 }