diff options
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"] }] } |