From 8dc697da1acd03e66753e6977ead947428c95131 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:42:14 +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 b19fcf9..092d03e 100644 --- a/npmextra.json +++ b/npmextra.json @@ -6,10 +6,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartbrowser", "shortDescription": "puppeteer wrapper for easy tasks", - "npmPackagename": "@pushrocks/smartbrowser", + "npmPackagename": "@push.rocks/smartbrowser", "license": "MIT" } } diff --git a/package.json b/package.json index 353ceaa..7cc6011 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartbrowser", + "name": "@push.rocks/smartbrowser", "version": "2.0.5", "description": "simplified puppeteer", "main": "dist_ts/index.js", @@ -48,4 +48,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file