From 7f488b4cbd0e5b1c7196359ab5562c9fea7bfeb0 Mon Sep 17 00:00:00 2001 From: vrabe Date: Thu, 19 Jun 2025 03:58:42 +0800 Subject: [PATCH] make it a private package --- package.json | 1 + 1 file changed, 1 insertion(+) 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",