mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Updated publish config for admin-x settings package
refs https://github.com/TryGhost/Team/issues/3151
This commit is contained in:
parent
bb8eba9f37
commit
067766e555
@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/admin-x-settings",
|
"name": "@tryghost/admin-x-settings",
|
||||||
"version": "0.0.2",
|
"version": "0.0.2",
|
||||||
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/admin-x-settings",
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/TryGhost/Ghost/tree/main/packages/admin-x-settings"
|
||||||
|
},
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"private": true,
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
|
@ -196,6 +196,10 @@
|
|||||||
"url": "https://cdn.jsdelivr.net/ghost/koenig-lexical@~{version}/dist/koenig-lexical.umd.js",
|
"url": "https://cdn.jsdelivr.net/ghost/koenig-lexical@~{version}/dist/koenig-lexical.umd.js",
|
||||||
"version": "0.2"
|
"version": "0.2"
|
||||||
},
|
},
|
||||||
|
"adminX": {
|
||||||
|
"url": "https://cdn.jsdelivr.net/ghost/admin-x-settings@~{version}/dist/admin-x-settings.umd.js",
|
||||||
|
"version": "0.0"
|
||||||
|
},
|
||||||
"tenor": {
|
"tenor": {
|
||||||
"googleApiKey": null,
|
"googleApiKey": null,
|
||||||
"contentFilter": "off"
|
"contentFilter": "off"
|
||||||
|
Loading…
Reference in New Issue
Block a user