diff options
author | Adam <adamdharrison@gmail.com> | 2022-09-16 22:49:24 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-09-16 22:49:24 -0400 |
commit | a9b99e395384ad4fd37f19800582607e13ffe7dc (patch) | |
tree | 50cce29cbd4f2d801987892551747b6bc8625261 /manifest.json | |
parent | 067b8b416f61af288c4fc469ed895cf255799633 (diff) | |
download | lite-xl-plugin-manager-a9b99e395384ad4fd37f19800582607e13ffe7dc.tar.gz lite-xl-plugin-manager-a9b99e395384ad4fd37f19800582607e13ffe7dc.zip |
Renamed libraries.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 7c886cf..07b6b39 100644 --- a/manifest.json +++ b/manifest.json @@ -17,11 +17,11 @@ }], "dependencies": { "json": { } } }, { - "name": "support_json", + "name": "json", "version": "1.0", "description": "JSON support plugin, provides encoding/decoding.", "type": "library", - "path": "plugins/support_json.lua", + "path": "plugins/json.lua", "provides": ["json"] }] } |