fix readme and haxelib json

This commit is contained in:
Ramon Gonzalez Fernandez 2021-03-22 00:38:30 -04:00
parent 74fbbfff72
commit f8a788f91c
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# cctweaked-haxelib # cctweaked-haxelib
This is a minimal set of externs for the Lua APIs of CC: Tweaked for the [haxe programming language](https://haxe.org). It's not available through haxelib *yet*. Only Lua is supported as a platform. This is a minimal set of externs for the Lua APIs of CC: Tweaked for the [haxe programming language](https://haxe.org). It's available through haxelib as `cctweaked`. Only Lua is supported as a platform.

View File

@ -7,5 +7,5 @@
"version": "2.0.0", "version": "2.0.0",
"classPath": "src", "classPath": "src",
"releasenote": "Adds many missing apis added by CC: Tweaked", "releasenote": "Adds many missing apis added by CC: Tweaked",
"contributors": ["apemanzilla", "RGFTheCoder"] "contributors": ["RGFTheCoder", "apemanzilla"]
} }