From 515f1a2c0aed0135d5f418e337497a5e191e30ba Mon Sep 17 00:00:00 2001 From: Matthew Holder Date: Sat, 3 Aug 2024 09:54:26 -0500 Subject: [PATCH] Ensured package is public --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 39e4e13..fefd3fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sixxgate/lint", - "version": "3.1.0", + "version": "3.1.1", "packageManager": "yarn@1.22.22", "main": "dist/index.cjs", "author": "Matthew Holder ", @@ -9,6 +9,9 @@ "engines": { "node": ">=18" }, + "publishConfig": { + "access": "public" + }, "scripts": { "rebuild": "run-s clean build", "build": "run-p compile copy",