From 6dda8e83cfdc458753c436ece402792eec824c03 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Tue, 6 Feb 2024 11:18:28 +0100 Subject: [PATCH] Add CHANGELOG to npm packages --- package.json | 4 +++- react/package.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0de1479d..0c2e5766 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,9 @@ "./dist/*": "./dist/*" }, "files": [ - "dist/" + "dist/", + "CHANGELOG.md", + "LICENSE.md" ], "scripts": { "build": "npm run build:prod", diff --git a/react/package.json b/react/package.json index fdde537e..e07f40aa 100644 --- a/react/package.json +++ b/react/package.json @@ -19,7 +19,9 @@ "./dist/*": "./dist/*" }, "files": [ - "dist/" + "dist/", + "CHANGELOG.md", + "LICENSE.md" ], "scripts": { "build": "npm run build:prod",