From 662ee742117c49b8bd1fba71710a38946d871d47 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sun, 30 Mar 2025 14:44:32 +0100 Subject: Added repo and publishconfig to package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 8d805fa..6c934c1 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,13 @@ "auther": "Sam Light", "type": "module", "license": "MIT", + "repository": { + "type": "git", + "url": "https://git.lightscale.co.uk/lightscale-webpack-config.git" + }, + "publishConfig": { + "access": "public" + }, "dependencies": { "@babel/core": "^7.12.10", "@babel/eslint-parser": "^7.16.0", -- cgit v1.2.3