From 9294a4abb02bef82efb73e1dd13ddb2019bc0cd1 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 15 Aug 2023 17:32:48 -0400 Subject: [PATCH] ci: add repo and npm config to package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 32cfe1f..417604e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "type": "module", "main": "lib/index.js", "bin": "./lib/index.js", + "repository": { + "type": "git", + "url": "gitea@git.lumeweb.com:LumeWeb/publish-webapp.git" + }, "devDependencies": { "@lumeweb/node-library-preset": "^0.2.7", "@types/mime": "^3.0.1", @@ -24,5 +28,11 @@ "msgpackr": "^1.9.7", "p-queue": "^7.3.4", "prompts": "^2.4.2" + }, + "files": [ + "lib" + ], + "publishConfig": { + "access": "public" } }