Skip to content

Commit

Permalink
Add CHANGELOG to npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Feb 6, 2024
1 parent 33a82b1 commit 6dda8e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"./dist/*": "./dist/*"
},
"files": [
"dist/"
"dist/",
"CHANGELOG.md",
"LICENSE.md"
],
"scripts": {
"build": "npm run build:prod",
Expand Down
4 changes: 3 additions & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"./dist/*": "./dist/*"
},
"files": [
"dist/"
"dist/",
"CHANGELOG.md",
"LICENSE.md"
],
"scripts": {
"build": "npm run build:prod",
Expand Down

0 comments on commit 6dda8e8

Please sign in to comment.