From d00f88056d301ee83e2f527a739da96e133bea75 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sun, 15 Oct 2023 02:04:14 +0200 Subject: [PATCH] still not paying --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ac68758..cfda701 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,9 @@ "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^6.7.5", "eslint": "^8.51.0" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }