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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user