From c57d76376d6bd095c7635e88cc1d63bdc0c7dbd7 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:42:23 +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 c2102aa..ed3d6ef 100644 --- a/npmextra.json +++ b/npmextra.json @@ -7,10 +7,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartcache", "description": "cache things in smart ways", - "npmPackagename": "@pushrocks/smartcache", + "npmPackagename": "@push.rocks/smartcache", "license": "MIT" } } diff --git a/package.json b/package.json index e950ddd..e50fc7a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartcache", + "name": "@push.rocks/smartcache", "version": "1.0.16", "private": false, "description": "cache things in smart ways", @@ -42,4 +42,4 @@ "last 1 chrome versions" ], "type": "module" -} +} \ No newline at end of file