huan-file-tool 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "huan-file-tool",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "简单的文件处理工具",
|
5
5
|
"private": false,
|
6
6
|
"keywords": [
|
@@ -41,6 +41,7 @@
|
|
41
41
|
"lint": "eslint --ext .js,.mjs,.cjs,.ts --fix .",
|
42
42
|
"lint:debug": "eslint --ext .js,.mjs,.cjs,.ts --debug --fix .",
|
43
43
|
"pack": "npx pnpm run init && npx pnpm run lint && npx pnpm pack",
|
44
|
-
"login": "npx pnpm login --registry=https://registry.npmjs.org"
|
44
|
+
"login:npmjs": "npx pnpm login --registry=https://registry.npmjs.org",
|
45
|
+
"publish:npmjs": "npx pnpm publish --registry=https://registry.npmjs.org"
|
45
46
|
}
|
46
47
|
}
|