Merged 4.0 into main

no issue

- Casper is now ready for 4.0 so this commit merges the branch in to try
  and keep the Git history as clean as possible
This commit is contained in:
Daniel Lockyer
2021-03-10 21:02:26 +00:00
32 changed files with 1620 additions and 3308 deletions

View File

@@ -2,10 +2,10 @@
"name": "casper",
"description": "A clean, minimal default theme for the Ghost publishing platform",
"demo": "https://demo.ghost.io",
"version": "3.1.3",
"version": "4.0.0-rc.0",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
"ghost": ">=4.0.0",
"ghost-api": "v4"
},
"license": "MIT",
"screenshots": {
@@ -88,5 +88,10 @@
"width": 2000
}
}
},
"renovate": {
"extends": [
"@tryghost:theme"
]
}
}