Fix main entry point in package.json (#303)
Some checks failed
analysis / Run Luau Analyze (push) Has been cancelled
build-studio-docs / Build Studio Docs (push) Has been cancelled
publish-npm / publish (push) Has been cancelled
unit-testing / Run Luau Tests (push) Has been cancelled

This commit is contained in:
Christopher Buss 2026-02-03 12:38:05 +00:00 committed by GitHub
parent fd124d682d
commit fc80d631ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"