diff --git a/package.json b/package.json index ce78c55..ef42a08 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A word count Obsidian plugin that only counts Chinese, Japanese and Korean (CJK) characters.", "main": "main.js", "type": "module", + "private": true, "scripts": { "dev": "node esbuild.config.js", "build": "node esbuild.config.js production",