We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8091a3a commit 8310b3eCopy full SHA for 8310b3e
readme.md
@@ -167,7 +167,7 @@ versions of Node.js.
167
When we cut a new major release, we drop support for unmaintained versions of
168
Node.
169
This means we try to keep the current release line,
170
-`hast-util-reading-time@^1`, compatible with Node.js 12.
+`hast-util-reading-time@^2`, compatible with Node.js 16.
171
172
## Security
173
tsconfig.json
@@ -5,12 +5,12 @@
5
"declaration": true,
6
"emitDeclarationOnly": true,
7
"exactOptionalPropertyTypes": true,
8
- "lib": ["es2020"],
+ "lib": ["es2022"],
9
"module": "node16",
10
// Needed for `readability-scores` :'(
11
"skipLibCheck": true,
12
"strict": true,
13
- "target": "es2020"
+ "target": "es2022"
14
},
15
"exclude": ["coverage/", "node_modules/"],
16
"include": ["**/*.js"]
0 commit comments