diff options
author | Adam <adamdharrison@gmail.com> | 2022-09-16 22:30:37 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-09-16 22:30:37 -0400 |
commit | 067b8b416f61af288c4fc469ed895cf255799633 (patch) | |
tree | 7059f8baab415177f7488d071c651810b06d8fb3 /manifest.json | |
parent | 66464e1caaa651fa4015fd8c6a15e84285a69bb9 (diff) | |
download | lite-xl-plugin-manager-067b8b416f61af288c4fc469ed895cf255799633.tar.gz lite-xl-plugin-manager-067b8b416f61af288c4fc469ed895cf255799633.zip |
Added in type and renamed type to organization.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index ffcb1fe..7c886cf 100644 --- a/manifest.json +++ b/manifest.json @@ -20,6 +20,7 @@ "name": "support_json", "version": "1.0", "description": "JSON support plugin, provides encoding/decoding.", + "type": "library", "path": "plugins/support_json.lua", "provides": ["json"] }] |