Skip to content

Commit

Permalink
fix: ensure newline at end of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsgrn committed Jan 7, 2025
1 parent 9bc0502 commit e6038fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"start": "/data/project/patsabot/.bun/bin/bun i && /data/project/patsabot/.bun/bin/bun ./core/web.ts",
"prepare": "husky"
},
"type": "module",
"type": "module"
}

0 comments on commit e6038fb

Please sign in to comment.