mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #1264 from ryanseys/patch-1
Keep style consistent in package.json
This commit is contained in:
commit
aea725147d
1 changed files with 9 additions and 2 deletions
11
package.json
11
package.json
|
@ -4,8 +4,15 @@
|
||||||
"description" : "Just a blogging platform.",
|
"description" : "Just a blogging platform.",
|
||||||
"author" : "Ghost Foundation",
|
"author" : "Ghost Foundation",
|
||||||
"homepage" : "http://ghost.org",
|
"homepage" : "http://ghost.org",
|
||||||
"keywords" : ["ghost", "blog", "cms"],
|
"keywords" : [
|
||||||
"repository" : {"type": "git", "url": "git://github.com/TryGhost/Ghost.git"},
|
"ghost",
|
||||||
|
"blog",
|
||||||
|
"cms"
|
||||||
|
],
|
||||||
|
"repository" : {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/TryGhost/Ghost.git"
|
||||||
|
},
|
||||||
"private" : true,
|
"private" : true,
|
||||||
"licenses" : [
|
"licenses" : [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue