Skip to content

Commit 55d5345

Browse files
v5.4.0
1 parent cf30ada commit 55d5345

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "casper",
33
"description": "A clean, minimal default theme for the Ghost publishing platform",
44
"demo": "https://demo.ghost.io",
5-
"version": "5.3.2",
5+
"version": "5.4.0",
66
"engines": {
77
"ghost": ">=5.0.0"
88
},
@@ -91,7 +91,11 @@
9191
"custom": {
9292
"navigation_layout": {
9393
"type": "select",
94-
"options": ["Logo on cover", "Logo in the middle", "Stacked"],
94+
"options": [
95+
"Logo on cover",
96+
"Logo in the middle",
97+
"Stacked"
98+
],
9599
"default": "Logo on cover"
96100
},
97101
"title_font": {

0 commit comments

Comments
 (0)