Updated publish config for admin-x settings

refs https://github.com/TryGhost/Team/issues/3151
This commit is contained in:
Rishabh 2023-05-16 12:33:37 +05:30
parent 7b42aedf74
commit cfd704d0e1
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
version-tag-prefix "@tryghost/admin-x-settings@"
version-git-message "Released Admin-x-settings v%s"

View File

@ -18,6 +18,10 @@
"require": "./dist/admin-x-settings.umd.cjs"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",