Chore: Make package private

pull/8717/head
Laurent Cozic 2023-08-23 13:48:49 +01:00
parent 973680ea27
commit 5da3780197
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"name": "generate-plugin-doc",
"packageManager": "yarn@3.6.0",
"private": true,
"scripts": {
"buildPluginDoc_": "typedoc --name 'Joplin Plugin API Documentation' --mode file -theme '../../Assets/PluginDocTheme/' --readme '../../Assets/PluginDocTheme/index.md' --excludeNotExported --excludeExternals --excludePrivate --excludeProtected --out ../../../joplin-website/docs/api/references/plugin_api ../lib/services/plugins/api/"
},