From 991e889c2243ec3a7cc3ad89786ab4e588c63b09 Mon Sep 17 00:00:00 2001 From: Mohamed Safouan Besrour Date: Sat, 28 Aug 2021 16:53:39 +0100 Subject: [PATCH] fix package json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 57c8636..8b3f5a9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@mczentechnologies/tui", + "name": "@mczen-technologies/tui", "version": "1.1.0", "description": "TUI (Tunisia’s Unique Identifier) format validator", "main": "index.js", @@ -14,7 +14,7 @@ }, "homepage": "https://github.com/McZen-Technologies/TUI#readme", "publishConfig": { - "registry": "https://npm.pkg.github.com" + "@mczen-technologies:registry": "https://npm.pkg.github.com" }, "scripts": { "test": "exit 0"