@yamada-ui/utils 1.0.6 → 1.0.7-dev-20240303100548

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -22,10 +22,10 @@ $ npm install @yamada-ui/utils
22
22
 
23
23
  ## Contribution
24
24
 
25
- Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](https://github.com/hirotomoyamada/yamada-ui/blob/main/CONTRIBUTING.md) to assist you.
25
+ Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](https://github.com/yamada-ui/yamada-ui/blob/main/CONTRIBUTING.md) to assist you.
26
26
 
27
27
  ## License
28
28
 
29
29
  This package is licensed under the terms of the
30
30
 
31
- [MIT license](https://github.com/hirotomoyamada/yamada-ui/blob/main/LICENSE).
31
+ [MIT license](https://github.com/yamada-ui/yamada-ui/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/utils",
3
- "version": "1.0.6",
3
+ "version": "1.0.7-dev-20240303100548",
4
4
  "description": "Yamada UI utils",
5
5
  "keywords": [
6
6
  "utils",
@@ -22,11 +22,11 @@
22
22
  "homepage": "https://yamada-ui.com",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git+https://github.com/hirotomoyamada/yamada-ui",
25
+ "url": "git+https://github.com/yamada-ui/yamada-ui",
26
26
  "directory": "packages/utils"
27
27
  },
28
28
  "bugs": {
29
- "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
29
+ "url": "https://github.com/yamada-ui/yamada-ui/issues"
30
30
  },
31
31
  "dependencies": {
32
32
  "color2k": "^2.0.2"