Skip to content

Commit

Permalink
chore: Update package.json main field to point to dist/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EvarinDev committed Jul 21, 2024
1 parent b91923e commit a8a403a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.github/
.vscode/
src/
bun.lockb
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sunday.ts",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
Expand Down

0 comments on commit a8a403a

Please sign in to comment.