Remove ghost-api
setting from package.json
It's no longer needed, starting from Ghost v5.
This commit is contained in:
parent
4e626d14de
commit
40ba700d67
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
|||
"demo": "https://snipettemag.com",
|
||||
"version": "1.0.1",
|
||||
"engines": {
|
||||
"ghost": ">=4.0.0",
|
||||
"ghost-api": "v4"
|
||||
"ghost": ">=4.0.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"screenshots": {
|
||||
|
|
Loading…
Reference in a new issue