Skip to content

Commit

Permalink
Add dkjson addon (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenstein64 authored Nov 7, 2023
1 parent c09e14e commit e814876
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,7 @@
[submodule "addons/lldebugger/module"]
path = addons/lldebugger/module
url = https://github.com/b0mbie/local-lua-debugger-api.git
[submodule "addons/dkjson/module"]
path = addons/dkjson/module
url = https://github.com/goldenstein64/dkjson-definitions
branch = publish
5 changes: 5 additions & 0 deletions addons/dkjson/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "dkjson",
"description": "library definitions for dkjson 2.6"
}
1 change: 1 addition & 0 deletions addons/dkjson/module
Submodule module added at d60898

0 comments on commit e814876

Please sign in to comment.