@jeffchi/logger 4.2.0-alpha.4 → 4.2.0-alpha.5

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,6 +33,10 @@ npm install @jeffchi/logger --save
33
33
  yarn add @jeffchi/logger
34
34
  ```
35
35
 
36
+ ```bash
37
+ pnpm add @jeffchi/logger --save
38
+ ```
39
+
36
40
  如果你的网络环境不佳,推荐使用 [cnpm](https://github.com/cnpm/cnpm)。
37
41
 
38
42
  ## 用法
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeffchi/logger",
3
- "version": "4.2.0-alpha.4",
3
+ "version": "4.2.0-alpha.5",
4
4
  "main": "lib/index.cjs",
5
5
  "module": "lib/index.mjs",
6
6
  "browser": "lib/index.cjs",