Skip to content

Commit 70714bd

Browse files
committed
fixed tag lists
1 parent c537e97 commit 70714bd

27 files changed

Lines changed: 30 additions & 29 deletions

libraries/data/_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "",
33
"description" : "",
44
"link" : "",
5-
"tags" : {},
5+
"tags" : [],
66

77
"status" :
88
{

libraries/data/busted.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "busted",
33
"description" : "Elegant Lua unit testing",
44
"link" : "https://github.com/lunarmodules/busted",
5-
"tags" : {"unit testing","unit tests"},
5+
"tags" : ["unit testing","unit tests"],
66

77
"status" :
88
{

libraries/data/cgilua.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "CGILua",
33
"description" : "CGILua is a tool for creating dynamic HTML pages and manipulating input data from Web forms",
44
"link" : "https://github.com/lunarmodules/cgilua",
5-
"tags" : {"hmtl","cgi"},
5+
"tags" : ["hmtl","cgi"],
66

77
"status" :
88
{

libraries/data/copas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "copas",
33
"description" : "Copas is a dispatcher based on coroutines that can be used by TCP/IP servers",
44
"link" : "https://github.com/lunarmodules/copas",
5-
"tags" : {"dispatcher","tcp","udp","network"},
5+
"tags" : ["dispatcher","tcp","udp","network"],
66

77
"status" :
88
{

libraries/data/cron.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "cron",
33
"description" : "Time-related functions for Lua, inspired by JavaScript's setTimeout and setInterval.",
44
"link" : "https://github.com/kikito/cron.lua",
5-
"tags" : {"cron","time"},
5+
"tags" : ["cron","time"],
66

77
"status" :
88
{

libraries/data/expadom.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "expadom",
33
"description" : "An XML DOM Level 2 Core implementation in Lua, based on the (Lua)Expat parser",
44
"link" : "https://github.com/lunarmodules/expadom",
5-
"tags" : {"xml","dom"},
5+
"tags" : ["xml","dom"],
66

77
"status" :
88
{

libraries/data/ldoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "LDoc",
33
"description" : "LDoc is a LuaDoc-compatible documentation generator",
44
"link" : "https://github.com/lunarmodules/LDoc",
5-
"tags" : {"documentation","generator"},
5+
"tags" : ["documentation","generator"],
66

77
"status" :
88
{

libraries/data/luacheck.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "Luacheck",
33
"description" : "A tool for linting and static analysis of Lua code",
44
"link" : "https://github.com/lunarmodules/luacheck",
5-
"tags" : {"linter","linting","static analysis","code checker"},
5+
"tags" : ["linter","linting","static analysis","code checker"],
66

77
"status" :
88
{

libraries/data/luacompat53.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "lua-compat-5.3",
33
"description" : "Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1",
44
"link" : "https://github.com/lunarmodules/lua-compat-5.3",
5-
"tags" : {},
5+
"tags" : [],
66

77
"status" :
88
{

libraries/data/luacov.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "LuaCov",
33
"description" : "LuaCov is a simple coverage analyzer for Lua code",
44
"link" : "https://github.com/lunarmodules/luacov",
5-
"tags" : {"code coverage","analyzer"},
5+
"tags" : ["code coverage","analyzer"],
66

77
"status" :
88
{

0 commit comments

Comments
 (0)