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",