@hughpeng/mysql 0.0.0 → 0.0.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 +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,17 +4,17 @@
4
4
 
5
5
  ## 安装
6
6
 
7
- 在 monorepo 内其它包中引用:
7
+ ```bash
8
+ # pnpm
9
+ pnpm add @hughpeng/mysql
8
10
 
9
- ```json
10
- {
11
- "dependencies": {
12
- "@hughpeng/mysql": "workspace:*"
13
- }
14
- }
15
- ```
11
+ # npm
12
+ npm install @hughpeng/mysql
16
13
 
17
- 根目录执行 `pnpm install` 后使用。
14
+ # yarn
15
+ yarn add @hughpeng/mysql
16
+
17
+ ```
18
18
 
19
19
  ## 快速开始
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hughpeng/mysql",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "files": [