From 447dfcfc4edb6a74c33754be4c4cae2e7c578d76 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 17 Aug 2020 17:22:04 +0100 Subject: [PATCH] Bump version, add publishConfig --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d0f1236..a7a054bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "RaspAP WiFi Configuration Portal", "name": "raspap-webgui", - "version": "2.1", + "version": "2.5", "scripts": { "start": "node_modules/.bin/gulp watch" }, @@ -29,6 +29,9 @@ "type": "git", "url": "https://github.com/billz/raspap-webgui.git" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + }, "dependencies": { "browser-sync": "^2.26.7", "del": "^5.1.0",