From 3a9a8686a1821cf94d21c196c22e92a2d0f9a7a8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:48:34 +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 08d2442..9a7c106 100644 --- a/npmextra.json +++ b/npmextra.json @@ -7,10 +7,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartdelay", "description": "timeouts for the async/await era, written in TypeScript", - "npmPackagename": "@pushrocks/smartdelay", + "npmPackagename": "@push.rocks/smartdelay", "license": "MIT" } } diff --git a/package.json b/package.json index 21d7edd..85453c2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartdelay", + "name": "@push.rocks/smartdelay", "private": false, "version": "3.0.1", "description": "timeouts for the async/await era, written in TypeScript", @@ -47,4 +47,4 @@ "last 1 chrome versions" ], "type": "module" -} +} \ No newline at end of file