diff --git a/.changeset/wet-days-pay.md b/.changeset/wet-days-pay.md index a845151..408e96c 100644 --- a/.changeset/wet-days-pay.md +++ b/.changeset/wet-days-pay.md @@ -1,2 +1,5 @@ --- +"@plexus-ms/std": patch --- + +Update repository and license metadata for the renamed plexus-ms/packages repo. diff --git a/package.json b/package.json index 68b3917..8e2368a 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { - "name": "library", + "name": "packages", "private": true } diff --git a/packages/std/package.json b/packages/std/package.json index aa933c8..6326193 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -1,6 +1,7 @@ { "name": "@plexus-ms/std", "version": "0.1.0", + "license": "GPL-3.0-or-later", "type": "module", "exports": { ".": { @@ -14,7 +15,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/plexus-ms/library.git", + "url": "git+https://github.com/plexus-ms/packages.git", "directory": "packages/std" }, "publishConfig": {