Updated publish config for admin-x settings package

refs https://github.com/TryGhost/Team/issues/3151
This commit is contained in:
Rishabh 2023-05-16 12:49:54 +05:30
parent bb8eba9f37
commit 067766e555
2 changed files with 9 additions and 2 deletions

View File

@ -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",

View File

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