vite-plugin-zip-file 4.1.0 → 4.1.1

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 (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,12 @@ or
20
20
  npm install vite-plugin-zip-file --save-dev
21
21
  ```
22
22
 
23
+ or
24
+
25
+ ```
26
+ pnpm add vite-plugin-zip-file -D
27
+ ```
28
+
23
29
  # Options
24
30
 
25
31
 
@@ -34,7 +40,7 @@ npm install vite-plugin-zip-file --save-dev
34
40
 
35
41
  <br />
36
42
 
37
- # Options(中文)
43
+ # 选项
38
44
 
39
45
  <table>
40
46
  <thead>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-zip-file",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Zip files at build time.",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",