Skip to content

Commit c7f1159

Browse files
committed
Fix release 0.0.1 by including the dist files in the package
1 parent 81a33f6 commit c7f1159

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/tall-countries-crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@labdigital/federated-token": patch
3+
---
4+
5+
Fix release by including dist files

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"tsc": "tsc --noEmit",
2020
"lint": "eslint *.ts"
2121
},
22+
"files": [
23+
"dist",
24+
"src"
25+
],
2226
"exports": {
2327
".": {
2428
"require": "./dist/index.js",

0 commit comments

Comments
 (0)