From 7fee4d8612bfa0c17c9997107b20c9f14eaf741c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:42:20 +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 1db3478..75bf2c1 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,10 +3,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartbuffer", "description": "handle ArrayBufferLike structures", - "npmPackagename": "@pushrocks/smartbuffer", + "npmPackagename": "@push.rocks/smartbuffer", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 89fe8b7..c9be519 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartbuffer", + "name": "@push.rocks/smartbuffer", "version": "1.0.3", "private": false, "description": "handle ArrayBufferLike structures", @@ -37,4 +37,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file