From 0f2407bed847ec8c7631047599c904bf42dc24bd Mon Sep 17 00:00:00 2001 From: sjvans <30337871+sjvans@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:43:05 +0200 Subject: [PATCH 1/2] chore: no need to export CHANGELOG.md --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index a94364c..5d2d59e 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,6 @@ "homepage": "https://cap.cloud.sap/", "license": "Apache-2.0", "main": "cds-plugin.js", - "files": [ - "CHANGELOG.md" - ], "scripts": { "lint": "npx eslint .", "test": "npx jest --silent" From c21d8099500f92d9af5e498cc97b7d99e53e8a81 Mon Sep 17 00:00:00 2001 From: sjvans <30337871+sjvans@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:44:15 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5d2d59e..31c19ff 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "homepage": "https://cap.cloud.sap/", "license": "Apache-2.0", "main": "cds-plugin.js", + "files": [], "scripts": { "lint": "npx eslint .", "test": "npx jest --silent"