aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2013-08-27 17:21:15 +0300
committerXhmikosR <[email protected]>2013-08-27 17:21:15 +0300
commit26728576f3ed385d292858a61b0458a9cf4b39aa (patch)
tree560b3c83d22c24fa78cb61a4ccd27ac8ebf57c0b
parenta586844c90e4700063710d0266f9db8c2b1ab5a9 (diff)
downloadbootstrap-26728576f3ed385d292858a61b0458a9cf4b39aa.tar.xz
bootstrap-26728576f3ed385d292858a61b0458a9cf4b39aa.zip
Add bugs property to package.json.
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0bb25e8a0..7c4e6a3c0 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"