diff options
| -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, |
