@bettergi/types 0.0.3 → 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 (2) hide show
  1. package/README.md +21 -21
  2. package/package.json +7 -3
package/README.md CHANGED
@@ -1,21 +1,21 @@
1
- TypeScript type definitions for [Better Genshin Impact](https://github.com/babalae/better-genshin-impact) JavaScript scripts.
2
-
3
- ## Installation
4
-
5
- ```shell
6
- npm install --save-dev @bettergi/types
7
- ```
8
-
9
- ## Usage
10
-
11
- ```json
12
- {
13
- "compilerOptions": {
14
- "types": ["@bettergi/types"]
15
- }
16
- }
17
- ```
18
-
19
- ## Related Tools
20
-
21
- [@bettergi/create-script](https://www.npmjs.com/package/@bettergi/create-script)
1
+ TypeScript type definitions for [Better Genshin Impact](https://github.com/babalae/better-genshin-impact) JavaScript scripts.
2
+
3
+ ## Installation
4
+
5
+ ```shell
6
+ npm install --save-dev @bettergi/types
7
+ ```
8
+
9
+ ## Usage
10
+
11
+ ```json
12
+ {
13
+ "compilerOptions": {
14
+ "types": ["@bettergi/types"]
15
+ }
16
+ }
17
+ ```
18
+
19
+ ## Related Tools
20
+
21
+ [@bettergi/create-script](https://www.npmjs.com/package/@bettergi/create-script)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bettergi/types",
3
- "version": "0.0.3",
4
- "description": "TypeScript definitions for BetterGI Script",
3
+ "version": "0.0.4",
4
+ "description": "TypeScript Definitions for BetterGI JavaScript",
5
5
  "type": "module",
6
6
  "author": "Bread Grocery<https://github.com/breadgrocery>",
7
7
  "license": "MIT",
@@ -13,8 +13,12 @@
13
13
  "bugs": {
14
14
  "url": "https://github.com/breadgrocery/bettergi-script-toolchain/issues"
15
15
  },
16
- "homepage": "https://github.com/breadgrocery/bettergi-script-toolchain/tree/master/packages/types",
16
+ "homepage": "https://github.com/breadgrocery/bettergi-script-toolchain/tree/main/packages/types",
17
17
  "types": "index.d.ts",
18
+ "keywords": [
19
+ "bettergi",
20
+ "types"
21
+ ],
18
22
  "dependencies": {
19
23
  "mirada": "^0.0.15"
20
24
  }