Skip to content

Commit fc80d63

Browse files
Fix main entry point in package.json (#303)
1 parent fd124d6 commit fc80d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@rbxts/jecs",
33
"version": "0.9.0",
44
"description": "Stupidly fast Entity Component System",
5-
"main": "jecs.luau",
5+
"main": "src/jecs.luau",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/ukendio/jecs.git"

0 commit comments

Comments
 (0)