Skip to content

Commit 2107588

Browse files
committed
chore: include all dist files in main module
1 parent 0a42890 commit 2107588

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/itchy-seas-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"navigraph": patch
3+
---
4+
5+
Fixed issue that prevented necessary files from being included

packages/navigraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"sideEffects": false,
2020
"files": [
21-
"**/dist/",
21+
"**/dist/**",
2222
"**/package.json"
2323
],
2424
"scripts": {

0 commit comments

Comments
 (0)