dirfly 0.3.0 → 0.4.0
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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dirfly",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "用于将本地目录同步到指定`SVN`仓库。",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"directory",
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
|
-
"module": "index.ts",
|
|
28
27
|
"type": "module",
|
|
29
28
|
"devDependencies": {
|
|
30
29
|
"@types/node": "^22.18.0"
|