From 46144538761abd7aff233c6094e2292d3387dbed Mon Sep 17 00:00:00 2001 From: sjvans <30337871+sjvans@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:16:02 +0200 Subject: [PATCH] add changelog and license to files (#49) --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c2fcd5a..f488c94 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,9 @@ "main": "cds-plugin.js", "files": [ "lib", - "srv" + "srv", + "CHANGELOG.md", + "LICENSE" ], "scripts": { "lint": "npx eslint .",