From 61d8f1491c52486eddd792fa93c4a7b7efab6237 Mon Sep 17 00:00:00 2001 From: crander7 Date: Wed, 10 May 2023 23:50:52 -0600 Subject: [PATCH] fix: update publish config --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 858e12a9..2bfb5d32 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@currenttech/localtunnel", "description": "Expose localhost to the world", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "repository": { "type": "git", @@ -18,6 +18,9 @@ "bin": { "lt": "bin/lt.js" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + }, "scripts": { "test": "mocha --reporter list --timeout 60000 -- *.spec.js" },