mirror of https://github.com/twbs/bootstrap.git
Add bugs property to package.json.
This commit is contained in:
parent
a586844c90
commit
26728576f3
|
|
@ -10,6 +10,9 @@
|
||||||
"type": "git"
|
"type": "git"
|
||||||
, "url": "https://github.com/twbs/bootstrap.git"
|
, "url": "https://github.com/twbs/bootstrap.git"
|
||||||
}
|
}
|
||||||
|
, "bugs": {
|
||||||
|
"url": "https://github.com/twbs/bootstrap/issues"
|
||||||
|
}
|
||||||
, "licenses": [
|
, "licenses": [
|
||||||
{
|
{
|
||||||
"type": "Apache-2.0"
|
"type": "Apache-2.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue