From f6630f065de6ef626bf5178462d619b32a23dc23 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:56:14 +0200 Subject: [PATCH] switch to new org scheme --- npmextra.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npmextra.json b/npmextra.json index af67dec..ba863ce 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,10 +3,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smarthash", "description": "simplifies access to node hash functions", - "npmPackagename": "@pushrocks/smarthash", + "npmPackagename": "@push.rocks/smarthash", "license": "MIT" } }, diff --git a/package.json b/package.json index e22d17f..d558491 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smarthash", + "name": "@push.rocks/smarthash", "version": "3.0.2", "private": false, "description": "simplified access to node hash functions", @@ -50,4 +50,4 @@ "last 1 chrome versions" ], "type": "module" -} +} \ No newline at end of file