mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
Fixed failing regression test suite to do with "frontend"
- Theme fixtures don't have "ghost-api" which still fallbacks to v0.1 and have to have it hardcoded for now. When v0.1 removal is complete and v2 becomes the default this can be reverted
This commit is contained in:
parent
91984b54ca
commit
465ee0e609
@ -4,7 +4,8 @@
|
||||
"demo": "https://demo.ghost.io",
|
||||
"version": "1.4.0",
|
||||
"engines": {
|
||||
"ghost": ">=0.9.0 <1.0.0"
|
||||
"ghost": ">=0.9.0 <1.0.0",
|
||||
"ghost-api": "v2"
|
||||
},
|
||||
"license": "MIT",
|
||||
"screenshots": {
|
||||
|
Loading…
Reference in New Issue
Block a user