From: XhmikosR Date: Tue, 27 Aug 2013 14:21:15 +0000 (+0300) Subject: Add bugs property to package.json. X-Git-Tag: v3.0.1~116^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10215%2Fhead;p=thirdparty%2Fbootstrap.git Add bugs property to package.json. --- 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"