From e241229b01be7f5f60f155d0244c5c4926a41547 Mon Sep 17 00:00:00 2001 From: gregorylavery <100631366+gregorylavery@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:53:08 -0700 Subject: [PATCH] Remove the scope from the name to test this out. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1b9139..9dd59b4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@bcgov/nrs-ce-common-types", + "name": "nrs-ce-common-types", "version": "1.0.8", "description": "Common set of types and functions to be used over NRS projects", "main": "dist/index.js",