make it a private package

This commit is contained in:
vrabe 2025-06-19 03:58:42 +08:00
parent 6aab1d1359
commit 7f488b4cbd
No known key found for this signature in database
GPG key ID: 6A5083B90DD60877

View file

@ -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",