mirror of
https://github.com/Ukendio/jecs.git
synced 2026-02-04 15:15:21 +00:00
Fix main entry point in package.json (#303)
This commit is contained in:
parent
fd124d682d
commit
fc80d631ab
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@rbxts/jecs",
|
||||
"version": "0.9.0",
|
||||
"description": "Stupidly fast Entity Component System",
|
||||
"main": "jecs.luau",
|
||||
"main": "src/jecs.luau",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ukendio/jecs.git"
|
||||
|
|
|
|||
Loading…
Reference in a new issue