mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 23:10:59 +00:00
fix JSON syntax error in composer.json
This commit is contained in:
parent
d74a9634b0
commit
3a02d07aca
1 changed files with 2 additions and 2 deletions
|
|
@ -6,11 +6,11 @@
|
|||
, "authors": [
|
||||
{
|
||||
"name": "Mark Otto",
|
||||
"email": "markdotto@gmail.com",
|
||||
"email": "markdotto@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Jacob Thornton",
|
||||
"email": "jacobthornton@gmail.com",
|
||||
"email": "jacobthornton@gmail.com"
|
||||
}
|
||||
]
|
||||
, "support": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue