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:
Nazar Gargol 2019-09-10 20:02:10 +02:00
parent 91984b54ca
commit 465ee0e609

View File

@ -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": {