mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Fix typings folder
This commit is contained in:
parent
0fe23e151c
commit
d517ded636
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@rbxts/jecs",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.3",
|
||||
"description": "Stupidly fast Entity Component System",
|
||||
"main": "lib/init.lua",
|
||||
"repository": {
|
||||
|
@ -20,7 +20,7 @@
|
|||
],
|
||||
"homepage": "https://github.com/ukendio/jecs",
|
||||
"license": "MIT",
|
||||
"types": "lib/index.d.ts",
|
||||
"types": "src/index.d.ts",
|
||||
"files": [
|
||||
"lib/"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue