From 6d5b9f3553bc03f3d9067a89be9e6745b6bf7268 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:56:04 +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 aad6c9c..2b8fbeb 100644 --- a/npmextra.json +++ b/npmextra.json @@ -7,10 +7,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartgit", "description": "smart wrapper for nodegit", - "npmPackagename": "@pushrocks/smartgit", + "npmPackagename": "@push.rocks/smartgit", "license": "MIT" } } diff --git a/package.json b/package.json index 3d87fb2..398e96c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartgit", + "name": "@push.rocks/smartgit", "version": "3.0.0", "description": "smart wrapper for nodegit", "main": "dist_ts/index.js", @@ -56,4 +56,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file