Update package.json

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.
This commit is contained in:
jakeundefinedz 2024-09-15 23:28:07 +08:00 committed by GitHub
parent 87754c19d2
commit 4d1c2fa76b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"