mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Update package.json (#121)
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
8cef7589d4
commit
86b5b0ac42
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "@rbxts/jecs",
|
"name": "@rbxts/jecs",
|
||||||
"version": "0.3.0-rc.1",
|
"version": "0.3.0-rc.1",
|
||||||
"description": "Stupidly fast Entity Component System",
|
"description": "Stupidly fast Entity Component System",
|
||||||
"main": "src/init",
|
"main": "src",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ukendio/jecs.git"
|
"url": "https://github.com/ukendio/jecs.git"
|
||||||
|
|
Loading…
Reference in a new issue