@yamada-ui/utils 1.4.0-dev-20240823175732 → 1.4.0-dev-20240825044554

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 -13
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,19 +5,13 @@
5
5
  ## Installation
6
6
 
7
7
  ```sh
8
- $ pnpm add @yamada-ui/utils
9
- ```
10
-
11
- or
12
-
13
- ```sh
14
- $ yarn add @yamada-ui/utils
15
- ```
16
-
17
- or
18
-
19
- ```sh
20
- $ npm install @yamada-ui/utils
8
+ pnpm add @yamada-ui/utils
9
+ # or
10
+ yarn add @yamada-ui/utils
11
+ # or
12
+ npm install @yamada-ui/utils
13
+ # or
14
+ bun add @yamada-ui/utils
21
15
  ```
22
16
 
23
17
  ## Contribution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/utils",
3
- "version": "1.4.0-dev-20240823175732",
3
+ "version": "1.4.0-dev-20240825044554",
4
4
  "description": "Yamada UI utils",
5
5
  "keywords": [
6
6
  "utils",
@@ -22,7 +22,7 @@
22
22
  "homepage": "https://yamada-ui.com",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git+https://github.com/yamada-ui/yamada-ui",
25
+ "url": "https://github.com/yamada-ui/yamada-ui",
26
26
  "directory": "packages/utils"
27
27
  },
28
28
  "bugs": {