From 9598d9ca3a72d3cabc12f6d2eac994b54f6ab1fe Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:56:17 +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 d94be82..84cb48f 100644 --- a/npmextra.json +++ b/npmextra.json @@ -7,10 +7,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smarthbs", "description": "handlebars with better fs support", - "npmPackagename": "@pushrocks/smarthbs", + "npmPackagename": "@push.rocks/smarthbs", "license": "MIT" } } diff --git a/package.json b/package.json index 38960ad..dc5c8af 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smarthbs", + "name": "@push.rocks/smarthbs", "version": "3.0.3", "private": false, "description": "handlebars with better fs support", @@ -51,4 +51,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file