From dd521398ea1678b4ff1475883d90bf0f1684431f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:55:52 +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 b58302e..4c927f4 100644 --- a/npmextra.json +++ b/npmextra.json @@ -8,10 +8,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartfile", "description": "smart ways to work with files in nodejs", - "npmPackagename": "@pushrocks/smartfile", + "npmPackagename": "@push.rocks/smartfile", "license": "MIT" } } diff --git a/package.json b/package.json index 6e2883b..226604c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartfile", + "name": "@push.rocks/smartfile", "private": false, "version": "10.0.26", "description": "offers smart ways to work with files in nodejs", @@ -66,4 +66,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file