@bettergi/types 0.0.12 → 0.0.13

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,10 +2,18 @@
2
2
 
3
3
  ## 安装
4
4
 
5
+ ### 使用 npm
6
+
5
7
  ```shell
6
8
  npm install --save-dev @bettergi/types
7
9
  ```
8
10
 
11
+ ### 使用 pnpm
12
+
13
+ ```shell
14
+ pnpm install --save-dev @bettergi/types
15
+ ```
16
+
9
17
  ## 用法
10
18
 
11
19
  在 TypeScript 项目的 `tsconfig.json` 配置文件中添加类型引用。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bettergi/types",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "TypeScript Definitions for BetterGI JavaScript",
5
5
  "type": "module",
6
6
  "author": "Bread Grocery<https://github.com/breadgrocery>",