Skip to content

Commit

Permalink
fix: add experimental folder to npm files (#3440)
Browse files Browse the repository at this point in the history
* fix: add experimental folder to npm files

* chore: add changeset

---------

Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
  • Loading branch information
joshblack and joshblack authored Jun 21, 2023
1 parent aca4ed9 commit 99a641b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-olives-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': patch
---

Add the experimental folder to the npm package for @primer/react
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"index.d.ts",
"deprecated/package.json",
"drafts/package.json",
"experimental/package.json",
"!lib/__tests__",
"!lib/stories",
"!lib-esm/__tests__",
Expand Down

0 comments on commit 99a641b

Please sign in to comment.