Skip to content

Commit

Permalink
only publish dist files to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Jul 26, 2022
1 parent 9de24cf commit c3a5adc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hot-games-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/changelog-github": patch
---

Only publish distribution files to npm
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@
"tsup": "^6.1.3",
"typescript": "^4.7.4",
"vitest": "^0.18.1"
}
},
"files": [
"dist",
"CHANGELOG.md",
"README.md",
"package.json"
]
}

0 comments on commit c3a5adc

Please sign in to comment.