Fix main entry point in package.json

This commit is contained in:
christopher-buss 2026-02-03 12:36:00 +00:00
parent fd124d682d
commit b0bd023049
No known key found for this signature in database
GPG key ID: 76FC39C6626045EC

View file

@ -2,7 +2,7 @@
"name": "@rbxts/jecs", "name": "@rbxts/jecs",
"version": "0.9.0", "version": "0.9.0",
"description": "Stupidly fast Entity Component System", "description": "Stupidly fast Entity Component System",
"main": "jecs.luau", "main": "src/jecs.luau",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ukendio/jecs.git" "url": "git+https://github.com/ukendio/jecs.git"