From 8e3f65061ab975c1bd9ec4c28aaabe09949d4db6 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 10:02:44 +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 2a1ab46..2c22486 100644 --- a/npmextra.json +++ b/npmextra.json @@ -7,10 +7,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartlog-destination-local", "description": "a smartlog destination targeting the local console", - "npmPackagename": "@pushrocks/smartlog-destination-local", + "npmPackagename": "@push.rocks/smartlog-destination-local", "license": "MIT" } } diff --git a/package.json b/package.json index 4ed2d82..7ed82ca 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartlog-destination-local", + "name": "@push.rocks/smartlog-destination-local", "private": false, "version": "9.0.1", "description": "a smartlog destination targeting the local console", @@ -54,4 +54,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file