From 8071a0d529856f6e6a692bbe653ba41c419cd8e8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 10:17:59 +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 257e2dd..111f1d8 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,10 +3,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smarts3", "description": "create an s3 endpoint that maps to a local directory", - "npmPackagename": "@pushrocks/smarts3", + "npmPackagename": "@push.rocks/smarts3", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 6b01ea4..16ff941 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smarts3", + "name": "@push.rocks/smarts3", "version": "2.1.1", "private": false, "description": "create an s3 endpoint that maps to a local directory", @@ -41,4 +41,4 @@ "@types/s3rver": "^3.7.0", "s3rver": "^3.7.1" } -} +} \ No newline at end of file