Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <thsmi@users.noreply.github.com>2020-08-08 15:44:04 +0300
committerGitHub <noreply@github.com>2020-08-08 15:44:04 +0300
commit96c86b8d8b0ebe021e17f46f22d29a2df99626c6 (patch)
tree4d5c24a27c7d88389bbe93ba6944fbc01f2297f0 /BUILD.md
parentf7e9833a7cdb15a341e4539fa6d554e750b966bf (diff)
Switch to bootstrap 5 (#324)
* Pin bootstrap version to at least 5.0.0-alpha1 * Migrate from bootstrap 4 to bootstrap 5 * Update Dependencies * Switch to ES6 Imports * Remove last jquery pieces * Fix template path * Make unit testing ES6 import compatible * Gulp mjs hack, older Thunderbird version do not load mjs from addon urls * Fix linter errors
Diffstat (limited to 'BUILD.md')
-rwxr-xr-xBUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index dddab529..7194cd98 100755
--- a/BUILD.md
+++ b/BUILD.md
@@ -11,7 +11,7 @@ You find all app specific code in `src/app`, the WebExtension code is in `src/wx
To get started clone the project for github.
Then use either [yarn](https://yarnpkg.com/) or `npm install` to download the dependencies.
-This will download gulp as well as jquery, codemirror, bootstrap, electron and everything else which is needed.
+This will download gulp as well as codemirror, bootstrap, electron and everything else which is needed.
As editor I suggest [Visual Studio Code](https://code.visualstudio.com/)