File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ or what data types they hold.
52
52
## Install
53
53
54
54
This package is [ ESM only] [ github-gist-esm ] .
55
- In Node.js (version 14 +),
55
+ In Node.js (version 16 +),
56
56
install with [ npm] [ npmjs-install ] :
57
57
58
58
``` sh
@@ -317,7 +317,7 @@ console.log(svg.property.unknown)
317
317
318
318
This package is at least compatible with all maintained versions of Node.js.
319
319
As of now,
320
- that is Node.js 14 +.
320
+ that is Node.js 16 +.
321
321
It also works in Deno and modern browsers.
322
322
323
323
## Support
Original file line number Diff line number Diff line change 6
6
"declaration" : true ,
7
7
"emitDeclarationOnly" : true ,
8
8
"exactOptionalPropertyTypes" : true ,
9
- "lib" : [" es2020 " ],
9
+ "lib" : [" es2022 " ],
10
10
"module" : " node16" ,
11
11
"strict" : true ,
12
- "target" : " es2020 "
12
+ "target" : " es2022 "
13
13
},
14
14
"exclude" : [" coverage/" , " node_modules/" ],
15
15
"include" : [" **/*.js" , " index.d.ts" ]
You can’t perform that action at this time.
0 commit comments