move asciilib2 -> asciilib for naming clarity

This commit is contained in:
2021-07-31 22:09:27 -06:00
parent e36e05cf98
commit 72d54c39b4
36 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "asciilib",
"url": "https://github.com/NQNStudios/kisslang",
"license": "LGPL",
"tags": ["cross"],
"description": "",
"version": "0.0.0",
"releasenote": "It isn't safe to use this library yet.",
"contributors": ["NQNStudios"],
"classPath": "src/",
"main": "Main",
"dependencies": {
"kiss": ""
}
}