Update.
This commit is contained in:
parent
252ffc5cb9
commit
6ef253e44a
4 changed files with 10 additions and 13 deletions
|
@ -1,2 +1,3 @@
|
||||||
/build/
|
/build/
|
||||||
|
/local/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
node: true
|
node: true
|
||||||
|
|
||||||
parserOptions:
|
parserOptions:
|
||||||
ecmaVersion: 2019
|
ecmaVersion: 2020
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
array-bracket-spacing: [2, never]
|
array-bracket-spacing: [2, never]
|
||||||
|
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -4,17 +4,17 @@
|
||||||
* fix archive-single-item problem
|
* fix archive-single-item problem
|
||||||
* add header/footer search stop condition
|
* add header/footer search stop condition
|
||||||
* update languages (`id`, `it`, `pt-br`, `pt-pt`)
|
* update languages (`id`, `it`, `pt-br`, `pt-pt`)
|
||||||
* add `@babel/core` 7.8.7
|
* add `@babel/core` 7.10.5
|
||||||
* add `@babel/preset-env` 7.8.7
|
* add `@babel/preset-env` 7.10.4
|
||||||
* remove `babel-loader`
|
* remove `babel-loader`
|
||||||
* update `eslint` to 6.8.0
|
* update `eslint` to 7.5.0
|
||||||
* update `ghu` to 0.23.0
|
* update `ghu` to 0.25.0
|
||||||
* update `jsdom` to 16.1.0
|
* update `jsdom` to 16.3.0
|
||||||
* update `kjua` to 0.6.0
|
* update `kjua` to 0.6.0
|
||||||
* update `lolight` to 1.3.0
|
* update `lolight` to 1.3.0
|
||||||
* update `marked` to 0.8.0
|
* update `marked` to 1.1.1
|
||||||
* update `null-loader` to 3.0.0
|
* update `null-loader` to 4.0.0
|
||||||
* update `scar` to 2.2.0
|
* update `scar` to 2.3.0
|
||||||
|
|
||||||
|
|
||||||
## v0.29.2 - *2019-03-22*
|
## v0.29.2 - *2019-03-22*
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
"version": "0.29.2",
|
"version": "0.29.2",
|
||||||
"description": "Modern HTTP web server index.",
|
"description": "Modern HTTP web server index.",
|
||||||
"homepage": "https://larsjung.de/h5ai/",
|
"homepage": "https://larsjung.de/h5ai/",
|
||||||
"bugs": "https://github.com/lrsjng/h5ai/issues",
|
|
||||||
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
|
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -28,8 +27,5 @@
|
||||||
"normalize.css": "8.0.1",
|
"normalize.css": "8.0.1",
|
||||||
"null-loader": "4.0.0",
|
"null-loader": "4.0.0",
|
||||||
"scar": "2.3.0"
|
"scar": "2.3.0"
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10.0.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue