create-project-arch 1.3.0 → 1.3.1

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.
package/CHANGELOG.md CHANGED
@@ -51,6 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
51
  - Template customization options
52
52
  - Force mode for non-empty directories
53
53
 
54
- [1.1.0]: https://github.com/project-arch/project-arch-system/compare/v1.0.0...v1.1.0
55
- [1.0.0]: https://github.com/project-arch/project-arch-system/releases/tag/v1.0.0
56
- [1.3.0]: https://github.com/project-arch/project-arch-system/compare/v1.1.0...v1.3.0
54
+ [1.1.0]: https://github.com/MissTitanK3/project-arch-system/compare/v1.0.0...v1.1.0
55
+ [1.0.0]: https://github.com/MissTitanK3/project-arch-system/releases/tag/v1.0.0
56
+ [1.3.0]: https://github.com/MissTitanK3/project-arch-system/compare/v1.1.0...v1.3.0
package/README.md CHANGED
@@ -656,9 +656,9 @@ MIT License - see [LICENSE](LICENSE) for details.
656
656
 
657
657
  ## Support
658
658
 
659
- - 📖 [Documentation](https://github.com/project-arch/project-arch-system#readme)
660
- - 🐛 [Issue Tracker](https://github.com/project-arch/project-arch-system/issues)
661
- - 💬 [Discussions](https://github.com/project-arch/project-arch-system/discussions)
659
+ - 📖 [Documentation](https://github.com/MissTitanK3/project-arch-system#readme)
660
+ - 🐛 [Issue Tracker](https://github.com/MissTitanK3/project-arch-system/issues)
661
+ - 💬 [Discussions](https://github.com/MissTitanK3/project-arch-system/discussions)
662
662
 
663
663
  ## Acknowledgments
664
664
 
@@ -666,7 +666,7 @@ Built with:
666
666
 
667
667
  - [Commander.js](https://github.com/tj/commander.js) - CLI framework
668
668
  - [fs-extra](https://github.com/jprichardson/node-fs-extra) - File system utilities
669
- - [project-arch](https://github.com/project-arch/project-arch-system) - Architecture management
669
+ - [project-arch](https://github.com/MissTitanK3/project-arch-system) - Architecture management
670
670
 
671
671
  ---
672
672
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-project-arch",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Scaffold new projects with Project Arch templates including Next.js apps and component libraries",
5
5
  "keywords": [
6
6
  "create",
@@ -12,13 +12,13 @@
12
12
  "turborepo",
13
13
  "monorepo"
14
14
  ],
15
- "homepage": "https://github.com/project-arch/project-arch-system#readme",
15
+ "homepage": "https://github.com/MissTitanK3/project-arch-system#readme",
16
16
  "bugs": {
17
- "url": "https://github.com/project-arch/project-arch-system/issues"
17
+ "url": "https://github.com/MissTitanK3/project-arch-system/issues"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/project-arch/project-arch-system.git",
21
+ "url": "git+https://github.com/MissTitanK3/project-arch-system.git",
22
22
  "directory": "packages/create-project-arch"
23
23
  },
24
24
  "license": "MIT",