diff options
-rw-r--r-- | package.json | 7 |
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", |