From a8efd22ca8c07f62967bc5d94ff84f186987f5a5 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 10:17:53 +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 54f4d7b..5606cf3 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,10 +3,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartrule", "description": "a smart rule library for handling decision trees.", - "npmPackagename": "@pushrocks/smartrule", + "npmPackagename": "@push.rocks/smartrule", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 2e88950..b2d8de3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartrule", + "name": "@push.rocks/smartrule", "version": "2.0.1", "private": false, "description": "a smart rule library for handling decision trees.", @@ -35,4 +35,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file