Add repository mirrors documentation

- Update package.json with correct repository URL and mirrors array
- Add Repository section to README.md showing main repo and mirrors
- Clarify that git.24unix.net is the primary development repository
This commit is contained in:
Micha
2025-07-27 14:33:30 +02:00
parent 62674ffd54
commit 4e840a540e
2 changed files with 15 additions and 1 deletions

View File

@@ -98,6 +98,16 @@ grunt build
npx webpack --mode=development
```
## Repository
**Main Repository:** [git.24unix.net/tracer/x-editable-bs5](https://git.24unix.net/tracer/x-editable-bs5)
**Mirrors:**
- GitHub: [github.com/24unix/x-editable-bs5](https://github.com/24unix/x-editable-bs5)
- GitLab: [gitlab.com/24unix/x-editable-bs5](https://gitlab.com/24unix/x-editable-bs5)
Development happens on the main repository at git.24unix.net, with mirrors automatically synced to GitHub and GitLab.
## License
This project maintains the same MIT license as the original x-editable project.

View File

@@ -18,8 +18,12 @@
],
"repository": {
"type": "git",
"url": "https://git.24unix.net/tracer/x-editable.git"
"url": "https://git.24unix.net/tracer/x-editable-bs5.git"
},
"mirrors": [
"https://github.com/24unix/x-editable-bs5",
"https://gitlab.com/24unix/x-editable-bs5"
],
"bugs": {
"url": "https://git.24unix.net/tracer/x-editable/issues"
},