mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +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",
|
||||
"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",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"files": [
|
||||
"LICENSE",
|
||||
|
@ -196,6 +196,10 @@
|
||||
"url": "https://cdn.jsdelivr.net/ghost/koenig-lexical@~{version}/dist/koenig-lexical.umd.js",
|
||||
"version": "0.2"
|
||||
},
|
||||
"adminX": {
|
||||
"url": "https://cdn.jsdelivr.net/ghost/admin-x-settings@~{version}/dist/admin-x-settings.umd.js",
|
||||
"version": "0.0"
|
||||
},
|
||||
"tenor": {
|
||||
"googleApiKey": null,
|
||||
"contentFilter": "off"
|
||||
|
Loading…
Reference in New Issue
Block a user