Skip to content

Commit

Permalink
fix: ship lib files to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Sep 1, 2022
1 parent e6417fb commit 620b59a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-monkeys-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rhds/elements": patch
---

Ships the files in `lib` to npm
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"!elements/*/docs/**/*.{js,html,css,md}",
"!elements/*/demo/**/*.{js,html,css,md}",
"!elements/*/test/*.{spec,e2e}.{ts,d.ts}",
"lib/*.{js,md,map,txt,d.ts}",
"lib/**/*.{js,md,map,css,svg,md,html,txt,d.ts}",
"custom-elements.json",
"rhds.min*"
],
Expand Down

0 comments on commit 620b59a

Please sign in to comment.