From 6ef253e44a275800db6eec2a40643e38b8d8c64b Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 24 Jul 2020 10:03:34 +0200 Subject: [PATCH] Update. --- .eslintignore | 1 + .eslintrc.yml | 2 +- CHANGELOG.md | 16 ++++++++-------- package.json | 4 ---- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.eslintignore b/.eslintignore index 34b23da8..35144211 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ /build/ +/local/ /node_modules/ diff --git a/.eslintrc.yml b/.eslintrc.yml index 1f651bff..79c43364 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -6,7 +6,7 @@ node: true parserOptions: - ecmaVersion: 2019 + ecmaVersion: 2020 rules: array-bracket-spacing: [2, never] diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9f1f76..3f2a5f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,17 @@ * fix archive-single-item problem * add header/footer search stop condition * update languages (`id`, `it`, `pt-br`, `pt-pt`) -* add `@babel/core` 7.8.7 -* add `@babel/preset-env` 7.8.7 +* add `@babel/core` 7.10.5 +* add `@babel/preset-env` 7.10.4 * remove `babel-loader` -* update `eslint` to 6.8.0 -* update `ghu` to 0.23.0 -* update `jsdom` to 16.1.0 +* update `eslint` to 7.5.0 +* update `ghu` to 0.25.0 +* update `jsdom` to 16.3.0 * update `kjua` to 0.6.0 * update `lolight` to 1.3.0 -* update `marked` to 0.8.0 -* update `null-loader` to 3.0.0 -* update `scar` to 2.2.0 +* update `marked` to 1.1.1 +* update `null-loader` to 4.0.0 +* update `scar` to 2.3.0 ## v0.29.2 - *2019-03-22* diff --git a/package.json b/package.json index 01cd6501..316157f4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.29.2", "description": "Modern HTTP web server index.", "homepage": "https://larsjung.de/h5ai/", - "bugs": "https://github.com/lrsjng/h5ai/issues", "author": "Lars Jung (https://larsjung.de)", "license": "MIT", "repository": { @@ -28,8 +27,5 @@ "normalize.css": "8.0.1", "null-loader": "4.0.0", "scar": "2.3.0" - }, - "engines": { - "node": ">=10.0.0" } }