From 726a4219d71fedc49afc15392544e05d867d1679 Mon Sep 17 00:00:00 2001 From: v-aidaba Date: Tue, 4 Nov 2025 13:20:27 +0400 Subject: [PATCH] Updated name in package.json and added private field --- package-lock.json | 4 ++-- package.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b251705..fc1608c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "powerbi-visuals-chordchart", + "name": "@microsoft/powerbi-visuals-chordchart", "version": "2.4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "powerbi-visuals-chordchart", + "name": "@microsoft/powerbi-visuals-chordchart", "version": "2.4.1.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c17c93f..5a46407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { - "name": "powerbi-visuals-chordchart", + "name": "@microsoft/powerbi-visuals-chordchart", "version": "2.4.1.0", + "private": true, "author": { "name": "Microsoft", "email": "pbicvsupport@microsoft.com"