From 26728576f3ed385d292858a61b0458a9cf4b39aa Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 27 Aug 2013 17:21:15 +0300 Subject: [PATCH] Add bugs property to package.json. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0bb25e8a0b..7c4e6a3c09 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "type": "git" , "url": "https://github.com/twbs/bootstrap.git" } + , "bugs": { + "url": "https://github.com/twbs/bootstrap/issues" + } , "licenses": [ { "type": "Apache-2.0"