Skip to content

Commit

Permalink
fix(bundle): update files field for npm package (#2391)
Browse files Browse the repository at this point in the history
* fix(bundle): add lib/node_modulels to files

* chore: add changeset
  • Loading branch information
joshblack committed Oct 3, 2022
1 parent 73e489f commit 845001b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-planets-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': patch
---

Update the files field in package.json to include all package artifacts
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"codemods",
"dist",
"lib",
"lib/node_modules",
"lib-esm",
"index.d.ts",
"drafts/package.json",
Expand Down

0 comments on commit 845001b

Please sign in to comment.