From 0f8e3997ebd9edfc33cee67e59f01e2e7df1acff Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 9 Jan 2022 10:47:10 -0500 Subject: [PATCH] Trying to publish with npm token 5 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index c7a205f..16a1c7f 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,9 @@ "typedoc-plugin-sourcefile-url": "^1.0.6", "typescript": "^4.5.2" }, + "publishConfig": { + "registry": "https://registry.npmjs.org/:_authToken=$npm_token" + }, "types": "./dist/index.d.ts", "lint-staged": { "*.{ts,tsx,js}": [