Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 0922a3f

Browse files
committed
docs: add CHANGELOG.md to "files" in "package.json"
1 parent 83299e4 commit 0922a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
"validate-npm-package-name": "^3.0.0"
6565
},
6666
"files": [
67-
"/dist"
67+
"/dist",
68+
"CHANGELOG.md"
6869
],
6970
"homepage": "https://github.com/paulrberg/create-eth-app#readme",
7071
"importSort": {

0 commit comments

Comments
 (0)