[fixed] color alias added to exported module as well as exported globals

This commit is contained in:
Max Cahill 2020-03-15 21:38:19 +11:00
parent ebfbd10b3a
commit 3d3ccd921c

View File

@ -89,4 +89,5 @@ return {
async = _async,
manual_gc = _manual_gc,
colour = _colour,
color = _colour,
}