From 246f5e42e597283f6eeb1487b2e14269a0236086 Mon Sep 17 00:00:00 2001 From: zeel Date: Thu, 17 Mar 2022 12:52:39 -0400 Subject: [PATCH] v5.58.3-fvtt4 --- _CodeMirror.lock | 1 + module.json | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 _CodeMirror.lock diff --git a/_CodeMirror.lock b/_CodeMirror.lock new file mode 100644 index 0000000..82ef623 --- /dev/null +++ b/_CodeMirror.lock @@ -0,0 +1 @@ +🔒 \ No newline at end of file diff --git a/module.json b/module.json index f749458..eb4cd85 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "_CodeMirror", "title": "CodeMirror", "description": "LIBRARY: CodeMirror - This module is just a dependency for other modules to include the CodeMirror library. Also offers the ability to replace the default macro editor if desired.", - "version": "5.58.3-fvtt3", + "version": "5.58.3-fvtt4", "library": true, "author": "zeel", "authors": [ @@ -64,6 +64,12 @@ "name": "Español", "path": "lang/es.json" } + }, + { + "lang": "fr", + "name": "Français", + "path": "lang/fr.json" + } ], "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json", "url": "https://github.com/League-of-Foundry-Developers/codemirror-lib",