Skip to content

Commit 09c3302

Browse files
authored
✨ Add package.json entry point (#18)
Adds `main` entry point in `package.json` per request. This should allow Bundlephobia to scan the package. Closes #13.
1 parent e186919 commit 09c3302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
"npm-run-all": "^4.1.5",
6060
"prettier": "^3.3.3",
6161
"vitest": "^2.0.4"
62-
}
62+
},
63+
"main": "dist/main.js"
6364
}

0 commit comments

Comments
 (0)