summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-03-30 14:32:55 +0100
committerSam Light <samlight1994@gmail.com>2025-03-30 14:32:55 +0100
commita6de4d3a3d7e491b415b0c40d9e63547b8b9fbc2 (patch)
treedc37e703985613bc2cb9eb8b7e69bc1a269199b1 /package.json
parentfc206fcd382180670e8e9586620b63ddbe538b7d (diff)
More updates to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5aab3e2..b768276 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@lightscale/eslint-config",
"version": "1.0.0",
- "description": "",
+ "description": "Lightscale basic eslint config",
"license": "MIT",
"author": "Sam Light <sam@lightscale.co.uk>",
"type": "module",
@@ -9,5 +9,8 @@
"repository": {
"type": "git",
"url": "git+https://git.lightscale.co.uk/lightscale-eslint-config.git"
+ },
+ "publishConfig": {
+ "access": "public"
}
}