From b0bd023049f4c3413bb89bf2cf6c161e8af0c5ec Mon Sep 17 00:00:00 2001 From: christopher-buss Date: Tue, 3 Feb 2026 12:36:00 +0000 Subject: [PATCH] Fix main entry point in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e04e227..d2d25ea 100755 --- a/package.json +++ b/package.json @@ -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"