From f809631451902dccd53667981a3776b2a4728a37 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:42:17 +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 9537733..c3c0ff7 100644 --- a/npmextra.json +++ b/npmextra.json @@ -6,10 +6,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartbucket", "description": "simple cloud independent object storage", - "npmPackagename": "@pushrocks/smartbucket", + "npmPackagename": "@push.rocks/smartbucket", "license": "MIT" } } diff --git a/package.json b/package.json index f425a3b..f59849a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartbucket", + "name": "@push.rocks/smartbucket", "version": "2.0.2", "description": "simple cloud independent object storage", "main": "dist_ts/index.js", @@ -41,4 +41,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file