Skip to content

Commit 6ef253e

Browse files
committed
Update.
1 parent 252ffc5 commit 6ef253e

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/build/
2+
/local/
23
/node_modules/

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
node: true
77

88
parserOptions:
9-
ecmaVersion: 2019
9+
ecmaVersion: 2020
1010

1111
rules:
1212
array-bracket-spacing: [2, never]

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
* fix archive-single-item problem
55
* add header/footer search stop condition
66
* update languages (`id`, `it`, `pt-br`, `pt-pt`)
7-
* add `@babel/core` 7.8.7
8-
* add `@babel/preset-env` 7.8.7
7+
* add `@babel/core` 7.10.5
8+
* add `@babel/preset-env` 7.10.4
99
* remove `babel-loader`
10-
* update `eslint` to 6.8.0
11-
* update `ghu` to 0.23.0
12-
* update `jsdom` to 16.1.0
10+
* update `eslint` to 7.5.0
11+
* update `ghu` to 0.25.0
12+
* update `jsdom` to 16.3.0
1313
* update `kjua` to 0.6.0
1414
* update `lolight` to 1.3.0
15-
* update `marked` to 0.8.0
16-
* update `null-loader` to 3.0.0
17-
* update `scar` to 2.2.0
15+
* update `marked` to 1.1.1
16+
* update `null-loader` to 4.0.0
17+
* update `scar` to 2.3.0
1818

1919

2020
## v0.29.2 - *2019-03-22*

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.29.2",
44
"description": "Modern HTTP web server index.",
55
"homepage": "https://larsjung.de/h5ai/",
6-
"bugs": "https://github.com/lrsjng/h5ai/issues",
76
"author": "Lars Jung <[email protected]> (https://larsjung.de)",
87
"license": "MIT",
98
"repository": {
@@ -28,8 +27,5 @@
2827
"normalize.css": "8.0.1",
2928
"null-loader": "4.0.0",
3029
"scar": "2.3.0"
31-
},
32-
"engines": {
33-
"node": ">=10.0.0"
3430
}
3531
}

0 commit comments

Comments
 (0)