Skip to content

Commit c776f86

Browse files
authored
fix(shared): Add missing entry in files of package.json (#2229)
* fix(shared): Add missing `files` entry in `package.json` * Create heavy-falcons-help.md
1 parent 11a05e3 commit c776f86

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/heavy-falcons-help.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/shared": patch
3+
---
4+
5+
Add missing `telemetry` entry to `files` array in `package.json`

packages/shared/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"react",
6868
"constants",
6969
"apiUrlFromPublishableKey",
70-
"scripts"
70+
"scripts",
71+
"telemetry"
7172
],
7273
"scripts": {
7374
"build": "tsup",

0 commit comments

Comments
 (0)