Skip to content

Commit 6a0628b

Browse files
committed
Add src/index.js as the entrypoint for the package.
Part of #64.
1 parent 1d410c4 commit 6a0628b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "prompt-garden",
33
"type": "module",
4+
"main": "src/index.js",
45
"scripts": {
56
"build": "npm run build:typescript && npm run build:rollup",
67
"build:typescript": "tsc",

0 commit comments

Comments
 (0)