From 5de5b07b9dd9a2eacccac621805229b2d7944abb Mon Sep 17 00:00:00 2001 From: sander-su Date: Tue, 28 Mar 2023 10:11:01 +0200 Subject: [PATCH] change publish to alliander-opensource --- .npmrc | 1 - package.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 2e13543..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -@alliander:registry=https://npm.pkg.github.com diff --git a/package.json b/package.json index 74a9a8b..d3f13d5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "@alliander/aws-jwt-sts", + "name": "@alliander-opensource/aws-jwt-sts", "version": "0.2.3", "author": { - "name": "Alliander" + "name": "Alliander NV" }, "main": "dist/index.js", "files": [ @@ -12,7 +12,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/Alliander/aws-jwt-sts.git" + "url": "https://github.com/alliander-opensource/aws-jwt-sts.git" }, "publishConfig": { "registry": "https://npm.pkg.github.com/"