From 159c2efd34e3a0a5792ceba5e44b3ceae0c3bef3 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Sun, 5 Jan 2025 20:34:23 -0600 Subject: [PATCH] Added `publishConfig` --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ca280c5c..75508ec1 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,10 @@ "./eslint": "./eslint.shared.js", "./tests/*": "./tests/*" }, + "publishConfig": { + "access": "public", + "provenance": true + }, "scripts": { "format": "prettier --write .", "format:check": "prettier --check .",