From 9103da0ced8c4322a1cae3599362476a1d17b19d Mon Sep 17 00:00:00 2001 From: priyagupta108 Date: Tue, 30 Jan 2024 12:56:19 +0530 Subject: [PATCH] test --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index acccb3b..b273346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@priyagupta18/sample-node", - "version": "4.0.2", + "version": "1.0.0", "description": "sample-node application", "main": "index.js", "scripts": { @@ -10,6 +10,9 @@ }, "author": "", "license": "ISC", + "publishConfig": { + "registry": "https://npm.pkg.github.com/priyagupta108" + }, "dependencies": { "express": "^4.18.2" },