diff options
| author | Nicolas Paul <n@nc0.fr> | 2024-03-07 10:31:42 +0100 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2024-03-08 23:12:55 +0100 |
| commit | 4ab2e7c2d9c7e0ebeac69796dc78c55020a8a664 (patch) | |
| tree | 819799bad9bb70ae03268ea90cf1f829c0b51069 | |
| parent | f5ddca00df04f546232873d52c514c4b815f28ea (diff) | |
Move NPM projets to the @life2 scope
I have reserved the @life2 scope on the NPM registry to allow publishing
our packages, which is required for the game to work.
Signed-off-by: Nicolas Paul <n@nc0.fr>
| -rw-r--r-- | package-lock.json | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 0eb0109..aef88f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@nc0/life2-workspace", + "name": "@life2/workspace", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@nc0/life2-workspace", + "name": "@life2/workspace", "version": "0.0.1", "license": "Apache-2.0", "workspaces": [ diff --git a/package.json b/package.json index 937148b..0eae29b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@nc0/life2-workspace", + "name": "@life2/workspace", "version": "0.0.1", "description": "Workspace for the Life2 project", "private": true, |
