diff options
author | Sam Light <samlight1994@gmail.com> | 2025-03-30 14:32:55 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-03-30 14:32:55 +0100 |
commit | a6de4d3a3d7e491b415b0c40d9e63547b8b9fbc2 (patch) | |
tree | dc37e703985613bc2cb9eb8b7e69bc1a269199b1 | |
parent | fc206fcd382180670e8e9586620b63ddbe538b7d (diff) |
More updates to package.json
-rw-r--r-- | package.json | 5 |
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" } } |