From 593a8dcf38c91a4ce0a1542642a5565fabb38281 Mon Sep 17 00:00:00 2001 From: yzerman Date: Fri, 26 Jun 2020 12:20:28 +0300 Subject: [PATCH] Update name repository in package.json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index e69c583..55e095c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "qa-api-services", + "name": "@macpaw/qa-api-services", "version": "1.0.2", "description": "QA API libraries for MacPaw projects", "main": "index.js", @@ -9,9 +9,6 @@ "Vladyslav Filimonov", "Andrii Pocherpailo" ], - "publishConfig": { - "registry": "https://npm.pkg.github.com/" - }, "repository": { "type": "git", "url": "git+https://github.com/MacPaw/qa-api-services.git"