Remove trailing comma
This commit is contained in:
parent
75a4e86ea1
commit
ceecf899fb
2
dub.json
2
dub.json
|
@ -10,5 +10,5 @@
|
||||||
"description": "A blog based on Markdown and JSON",
|
"description": "A blog based on Markdown and JSON",
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
"name": "mijnblog",
|
"name": "mijnblog",
|
||||||
"stringImportPaths": ["views", "translations"],
|
"stringImportPaths": ["views", "translations"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue