Fix repo url in package.json

This commit is contained in:
Ukendio 2026-02-20 12:04:06 +01:00
parent 73019547bd
commit 360423b634

View file

@ -5,7 +5,7 @@
"main": "src/jecs.luau", "main": "src/jecs.luau",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ukendio/jecs.git" "url": "https://github.com/ukendio/jecs"
}, },
"keywords": [], "keywords": [],
"author": "Ukendio", "author": "Ukendio",