@tony-ui-library/core 0.0.1 → 0.0.2

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 +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -177,11 +177,11 @@ CSS custom properties:
177
177
 
178
178
  ## Links
179
179
 
180
- - [Documentation](https://coci-dev.github.io/tony-ui/)
181
- - [Live Demo](https://coci-dev.github.io/tony-ui-demo/)
182
- - [GitHub](https://github.com/coci-dev/tony-ui)
180
+ - [Documentation](https://estebanescobar14.github.io/tony-ui/)
181
+ - [Live Demo](https://estebanescobar14.github.io/tony-ui-demo/)
182
+ - [GitHub](https://github.com/EstebanEscobar14/tony-ui)
183
183
  - [npm](https://www.npmjs.com/package/@tony-ui-library/core)
184
- - [Issues](https://github.com/coci-dev/tony-ui/issues)
184
+ - [Issues](https://github.com/EstebanEscobar14/tony-ui/issues)
185
185
 
186
186
  ## License
187
187
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tony-ui-library/core",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Angular UI component library inspired by shadcn/ui - signals, zoneless, Tailwind CSS v4",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -32,11 +32,11 @@
32
32
  "author": "coci_dev",
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "git+https://github.com/coci-dev/tony-ui.git"
35
+ "url": "git+https://github.com/EstebanEscobar14/tony-ui.git"
36
36
  },
37
- "homepage": "https://github.com/coci-dev/tony-ui.git",
37
+ "homepage": "https://github.com/EstebanEscobar14/tony-ui.git",
38
38
  "bugs": {
39
- "url": "https://github.com/coci-dev/tony-ui/issues"
39
+ "url": "https://github.com/EstebanEscobar14/tony-ui/issues"
40
40
  },
41
41
  "exports": {
42
42
  "./styles/*": {