Skip to content

Commit 0445e74

Browse files
committed
fix: add exports for menu module and package.json in package.json
1 parent 9076518 commit 0445e74

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@
4646
".": {
4747
"types": "./dist/menu.d.ts",
4848
"import": "./dist/menu.mjs"
49-
}
49+
},
50+
"./menu": {
51+
"types": "./dist/menu.d.ts",
52+
"import": "./dist/menu.mjs"
53+
},
54+
"./package.json": "./package.json"
5055
},
5156
"bin": {
5257
"modular-cli-menu": "./dist/menu.mjs"

0 commit comments

Comments
 (0)