Skip to content

Commit 691f1cf

Browse files
authored
Merge pull request #30 from macalinao/igm/tokenutils
Fix src/ not being included in packages
2 parents baffe3c + 6ca32bc commit 691f1cf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/calm-clowns-glow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@macalinao/token-utils": patch
3+
"@macalinao/grill": patch
4+
---
5+
6+
Fix src/ not being included in packages

packages/grill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"typecheck": "tsc --noEmit"
4646
},
4747
"dependencies": {
48+
"@macalinao/clients-token-metadata": "^0.2.0",
4849
"@macalinao/dataloader-es": "workspace:*",
4950
"@macalinao/solana-batch-accounts-loader": "workspace:*",
50-
"@macalinao/clients-token-metadata": "^0.2.0",
5151
"@macalinao/token-utils": "workspace:*",
5252
"@macalinao/zod-solana": "workspace:*",
5353
"@solana-program/token": "^0.5.1",

packages/token-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
}
2525
},
2626
"files": [
27-
"dist"
27+
"dist",
28+
"src"
2829
],
2930
"publishConfig": {
3031
"access": "public"

0 commit comments

Comments
 (0)