summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2025-03-30 14:44:32 +0100
committerSam Light <samlight1994@gmail.com>2025-03-30 14:44:32 +0100
commit662ee742117c49b8bd1fba71710a38946d871d47 (patch)
tree22bc50e69ef81a4695b5e0d1f76023d448414b73 /package.json
parent6572a18e9700e20db929cb5906fcfbc447214704 (diff)
Added repo and publishconfig to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 7 insertions, 0 deletions
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",