Skip to content

Commit

Permalink
fix(npm): ensure FAQ & CHANGELOG are included in tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Oct 26, 2023
1 parent ffb9d47 commit 8574aaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
.env

# Unnecessary template for .env file
.env.template
.env.template

# Ensure potentially relevant documentation is included in the NPM tarball.
!FAQ.md
!CHANGELOG.md

0 comments on commit 8574aaf

Please sign in to comment.