From 9fee195d5009d03719983545abab87ca1532b0e0 Mon Sep 17 00:00:00 2001 From: Ramazan Gunindi Date: Sat, 21 Dec 2024 01:10:01 +0100 Subject: [PATCH] gpackages --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ab9d53e..1435115 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "parse-cache-memory", + "name": "@rgunindi/parse-cache-memory", "version": "2.1.0", "description": "In-memory cache implementation for Parse Server", "main": "index.js", @@ -54,5 +54,8 @@ "files": [ "index.js", "scripts/cleanup.js" - ] -} + ], + "publishConfig": { + "@rgunindi:registry": "https://npm.pkg.github.com/" + } +} \ No newline at end of file