mirror of
https://github.com/vrabe/obsidian-cjk-count.git
synced 2026-07-22 05:49:45 +00:00
make it a private package
This commit is contained in:
parent
6aab1d1359
commit
7f488b4cbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue