summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
}