From d1ccc12a7d4fbfafc0cdec5dbb4de8ca34aef233 Mon Sep 17 00:00:00 2001 From: Nick Heinbaugh Date: Wed, 25 Jun 2025 11:20:41 -0700 Subject: [PATCH 1/2] updated package.json as per docs --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e18eb3e9..8904b6206 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gridstack", + "name": "@time-loop/gridstack", "version": "12.2.1", "license": "MIT", "author": "Alain Dumesny (https://github.com/adumesny)", @@ -12,7 +12,7 @@ "types": "./dist/gridstack.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/gridstack/gridstack.js.git" + "url": "git+https://github.com/time-loop/github-packages" }, "funding": [ { @@ -35,6 +35,9 @@ "reset": "rm -rf dist node_modules", "prepublishOnly": "yarn build" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "keywords": [ "Typescript", "gridstack.js", From d7d602b85d3564c77e131fef0da10a5b2e9dd279 Mon Sep 17 00:00:00 2001 From: Nick Heinbaugh Date: Wed, 25 Jun 2025 11:22:15 -0700 Subject: [PATCH 2/2] oops, got the name slightly wrong --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8904b6206..be891ca90 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@time-loop/gridstack", + "name": "@time-loop/gridstack.js", "version": "12.2.1", "license": "MIT", "author": "Alain Dumesny (https://github.com/adumesny)",