This commit is contained in:
Lars Jung 2020-07-24 10:03:34 +02:00
parent 252ffc5cb9
commit 6ef253e44a
4 changed files with 10 additions and 13 deletions

View File

@ -1,2 +1,3 @@
/build/
/local/
/node_modules/

View File

@ -6,7 +6,7 @@
node: true
parserOptions:
ecmaVersion: 2019
ecmaVersion: 2020
rules:
array-bracket-spacing: [2, never]

View File

@ -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*

View File

@ -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 <lrsjng@gmail.com> (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"
}
}