diff options
| author | XhmikosR <[email protected]> | 2013-08-27 17:21:15 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2013-08-27 17:21:15 +0300 |
| commit | 26728576f3ed385d292858a61b0458a9cf4b39aa (patch) | |
| tree | 560b3c83d22c24fa78cb61a4ccd27ac8ebf57c0b | |
| parent | a586844c90e4700063710d0266f9db8c2b1ab5a9 (diff) | |
| download | bootstrap-26728576f3ed385d292858a61b0458a9cf4b39aa.tar.xz bootstrap-26728576f3ed385d292858a61b0458a9cf4b39aa.zip | |
Add bugs property to package.json.
| -rw-r--r-- | package.json | 3 |
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" |
