From 282cc073d71e3b2bf9fb1fd0dae3c63b4896567d Mon Sep 17 00:00:00 2001 From: mayank gupta Date: Thu, 28 May 2026 17:09:28 +0530 Subject: [PATCH] remove private as per the release workflow error --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e478123..e84b4b2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "author": "SAP SE (https://www.sap.com)", "repository": "https://github.com/cap-js/data-inspector.git", "license": "SEE LICENSE IN LICENSE", - "private": true, "main": "cds-plugin.js", "scripts": { "lint": "npx eslint .",