chore: migrate to mobiletic-labs org and rename npm scope

- Git URLs: git.mobiletic.net/mobiletic/anonymizer -> .../mobiletic-labs/anonymizer
  (homepage, repository, bugs, CI badge, clone instructions).
- npm package renamed @mobiletic/anonymizer -> @mobiletic-labs/anonymizer
  across package.json, lockfile, README, CONTRIBUTING, examples, issue template.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Oussama Knouz
2026-07-13 12:05:47 +01:00
parent 9941a21dd6
commit 0f188803a8
7 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
# Contributing to @mobiletic/anonymizer
# Contributing to @mobiletic-labs/anonymizer
Thanks for your interest in improving this project! Contributions of all kinds are welcome — bug reports,
new pattern presets, additional LLM providers, docs, and tests.
@@ -6,7 +6,7 @@ new pattern presets, additional LLM providers, docs, and tests.
## Getting started
```bash
git clone https://git.mobiletic.net/mobiletic/anonymizer.git
git clone https://git.mobiletic.net/mobiletic-labs/anonymizer.git
cd anonymizer
npm install
npm test # run the test suite (vitest)