@fwkui/x-css 1.0.23 → 1.0.24

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -831,7 +831,7 @@ Yêu cầu:
831
831
  ## Tài Liệu Liên Quan
832
832
 
833
833
  1. Dictionary đầy đủ: [DICTIONARY.md](./DICTIONARY.md)
834
- 2. Source code: [https://github.com/dwork-dev/fwkui](https://github.com/dwork-dev/fwkui)
834
+ 2. Source code: [https://github.com/vuits24/fwkui](https://github.com/vuits24/fwkui)
835
835
 
836
836
  ## License
837
837
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fwkui/x-css",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "A fast, modular CSS-in-JS library with utility-first approach and static extraction support.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -30,12 +30,12 @@
30
30
  "license": "MIT",
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "git+https://github.com/dwork-dev/fwkui.git"
33
+ "url": "git+https://github.com/vuits24/fwkui.git"
34
34
  },
35
35
  "bugs": {
36
- "url": "https://github.com/dwork-dev/fwkui/issues"
36
+ "url": "https://github.com/vuits24/fwkui/issues"
37
37
  },
38
- "homepage": "https://github.com/dwork-dev/fwkui#readme",
38
+ "homepage": "https://github.com/vuits24/fwkui#readme",
39
39
  "devDependencies": {
40
40
  "@types/node": "^20.0.0",
41
41
  "@vitest/coverage-v8": "^4.0.18",
@@ -43,4 +43,4 @@
43
43
  "typescript": "^5.0.0",
44
44
  "vitest": "^4.0.18"
45
45
  }
46
- }
46
+ }