From 4ab2e7c2d9c7e0ebeac69796dc78c55020a8a664 Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Thu, 7 Mar 2024 10:31:42 +0100 Subject: 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 --- package-lock.json | 4 ++-- 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, -- cgit v1.2.3