From 70daab81e49be0d625aee58edfc3775e04740181 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:48:46 +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 57e1829..6e78209 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,10 +3,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartdocumentation", "description": "a tool for mapping git directories to documentation sites", - "npmPackagename": "@pushrocks/smartdocumentation", + "npmPackagename": "@push.rocks/smartdocumentation", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 894569e..3342444 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartdocumentation", + "name": "@push.rocks/smartdocumentation", "version": "1.0.2", "private": false, "description": "a tool for mapping git directories to documentation sites", @@ -41,4 +41,4 @@ "@pushrocks/smartmarkdown": "^3.0.0", "@tsclass/tsclass": "^4.0.3" } -} +} \ No newline at end of file