From 24d8359a2e6412049e8a4d43cea3be17d2b22ae6 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Tue, 16 Apr 2019 20:59:05 +0200 Subject: [PATCH] Clean up. --- .eslintignore | 1 - CHANGELOG.md | 14 ++++++++++++++ README.md | 5 +++-- package.json | 3 +-- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.eslintignore b/.eslintignore index 2a2cb017..34b23da8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,2 @@ /build/ /node_modules/ -/**/vendor/ diff --git a/CHANGELOG.md b/CHANGELOG.md index b5751914..4f52f348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +* fix archive-single-item problem +* add header/footer search stop condition +* update languages (`id`, `it`, `pt-br`, `pt-pt`) +* add `@babel/core` 7.4.3 +* add `@babel/preset-env` 7.4.3 +* remove `babel-loader` +* update `eslint` to 5.16.0 +* update `ghu` to 0.18.0 +* update `jsdom` to 14.0.0 +* update `kjua` to 0.4.0 +* update `lolight` to 1.2.0 +* update `scar` to 1.6.0 + + ## v0.29.2 - *2019-03-22* * update `babel-loader` to 7.1.1 diff --git a/README.md b/README.md index 66eb5474..0987178f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github] -A modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee. +A modern HTTP web server index for Apache httpd, lighttpd, and nginx. ## Important @@ -20,7 +20,8 @@ There are installation ready packages for the latest [releases][release] and [dev builds][develop]. But to build **h5ai** yourself either `git clone` or download the repository. From within the root folder run the following commands to find a fresh zipball in folder `build` (tested on linux only, -requires [`node 6.0+`][node] to be installed). +requires [`node 10.0+`][node] to be installed, might work on other +configurations). ~~~sh > npm install diff --git a/package.json b/package.json index 2d1b51e1..dba1865e 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,11 @@ "lint": "eslint .", "test": "node test", "build": "node ghu release", - "precommit": "npm run lint && npm run test" + "precommit": "npm run -s lint && npm run -s test" }, "devDependencies": { "@babel/core": "7.4.3", "@babel/preset-env": "7.4.3", - "babel-loader": "8.0.5", "eslint": "5.16.0", "ghu": "0.18.0", "jsdom": "14.0.0",