From e287d10b4e82ac99cc4f1f52a9130b456bad09df Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 10:16:30 +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 cb6e391..84f3416 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,10 +3,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartmatch", "description": "a minimal matching library using picomatch", - "npmPackagename": "@pushrocks/smartmatch", + "npmPackagename": "@push.rocks/smartmatch", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index a85cc50..9672de6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartmatch", + "name": "@push.rocks/smartmatch", "version": "2.0.0", "private": false, "description": "a minimal matching library using picomatch", @@ -39,4 +39,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file