1 parent 4e8efb5 commit fabdbd4Copy full SHA for fabdbd4
2 files changed
.npmignore
@@ -9,7 +9,10 @@ tests/
9
output/
10
*.log
11
12
-# 环境变量
+# 环境变量(用 ** 确保任意深度都被排除,含 skill/.env 等)
13
+**/.env
14
+**/.env.local
15
+**/.env.example
16
.env
17
.env.local
18
.env.example
package.json
@@ -4,7 +4,7 @@
4
"description": "Claude Code 万能生图 Skill:Mermaid / PlantUML / AI 生图,一键安装",
5
"type": "module",
6
"bin": {
7
- "universal-image-skill": "./bin/cli.mjs"
+ "universal-image-skill": "bin/cli.mjs"
8
},
"files": [
"bin/",
@@ -23,7 +23,7 @@
23
24
"repository": {
25
"type": "git",
26
- "url": "https://github.com/openx123/universal-image-skill"
+ "url": "git+https://github.com/openx123/universal-image-skill.git"
27
28
"keywords": [
29
"claude-code",
0 commit comments