Skip to content

Commit c4200bc

Browse files
committed
fix(export): add more exports
1 parent c9fa37e commit c4200bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"exports": {
77
".": "./build/index.js",
88
"./api": "./build/apiProject.js",
9-
"./handlers": "./build/handlers.js"
9+
"./handlers": "./build/handlers.js",
10+
"./actions": "./build/actions.js",
11+
"./prompts": "./build/prompts.js"
1012
},
1113
"author": "Max Metral <[email protected]>",
1214
"license": "MIT",

0 commit comments

Comments
 (0)