mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
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:
parent
87754c19d2
commit
4d1c2fa76b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue