Skip to content

Commit

Permalink
Update package.json (#121)
Browse files Browse the repository at this point in the history
The main entry point should be 'src' rather than 'src/init'

-ensures that the correct entry file is used when the package is imported or executed.
  • Loading branch information
jakeundefinedz authored Sep 16, 2024
1 parent 8cef758 commit 86b5b0a
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 @@ -2,7 +2,7 @@
"name": "@rbxts/jecs",
"version": "0.3.0-rc.1",
"description": "Stupidly fast Entity Component System",
"main": "src/init",
"main": "src",
"repository": {
"type": "git",
"url": "https://github.com/ukendio/jecs.git"
Expand Down

0 comments on commit 86b5b0a

Please sign in to comment.