vite-plugin-deploy-ftp 0.0.2 → 0.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.
Files changed (1) hide show
  1. package/package.json +10 -2
package/package.json CHANGED
@@ -1,9 +1,17 @@
1
1
  {
2
2
  "name": "vite-plugin-deploy-ftp",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
7
+ "homepage": "https://github.com/yulin96/vite-plugin-deploy-ftp",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/yulin96/vite-plugin-deploy-ftp"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/yulin96/vite-plugin-deploy-ftp/issues"
14
+ },
7
15
  "exports": {
8
16
  ".": {
9
17
  "import": "./dist/index.mjs",
@@ -15,7 +23,7 @@
15
23
  ],
16
24
  "author": "yulinzhao",
17
25
  "license": "MIT",
18
- "description": "将dist目录下的文件上传到阿里云oss",
26
+ "description": "将dist目录下的文件上传到ftp服务器",
19
27
  "devDependencies": {
20
28
  "@types/node": "^22.10.1",
21
29
  "tsup": "^8.3.5",