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:
10
README.md
10
README.md
@@ -98,6 +98,16 @@ grunt build
|
|||||||
npx webpack --mode=development
|
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
|
## License
|
||||||
|
|
||||||
This project maintains the same MIT license as the original x-editable project.
|
This project maintains the same MIT license as the original x-editable project.
|
||||||
|
@@ -18,8 +18,12 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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": {
|
"bugs": {
|
||||||
"url": "https://git.24unix.net/tracer/x-editable/issues"
|
"url": "https://git.24unix.net/tracer/x-editable/issues"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user