From 83edd51e85a5dfc31847b7351d341e486a0882c3 Mon Sep 17 00:00:00 2001 From: Rose Hall Date: Mon, 19 Feb 2024 15:56:08 -0500 Subject: [PATCH] attempted fix for npm --- .npmrc | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 03ad302..df9a2ed 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ -@OWNER:registry=https://npm.pkg.github.com +always-auth=true +@drop-sh:registry=https://npm.pkg.github.com //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN} \ No newline at end of file diff --git a/package.json b/package.json index 5c88a1e..17f3df1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "functional-typescript", + "name": "@drop-sh/functional-typescript", "version": "1.0.0", "description": "", "main": "dist/index.js",