Skip to content

Commit

Permalink
fix(shared): Add missing entry in files of package.json (#2229)
Browse files Browse the repository at this point in the history
* fix(shared): Add missing `files` entry in `package.json`

* Create heavy-falcons-help.md
  • Loading branch information
LekoArts authored Nov 29, 2023
1 parent 11a05e3 commit c776f86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/heavy-falcons-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/shared": patch
---

Add missing `telemetry` entry to `files` array in `package.json`
3 changes: 2 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"react",
"constants",
"apiUrlFromPublishableKey",
"scripts"
"scripts",
"telemetry"
],
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit c776f86

Please sign in to comment.