Skip to content

Commit 6c1574a

Browse files
committed
package.json: fix supported Node.js versions in package description
from: ``` "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 14 compatibility" ``` to: ``` "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 18 compatibility" ```
1 parent 22c8ac4 commit 6c1574a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nan",
33
"version": "2.16.0",
4-
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 14 compatibility",
4+
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 18 compatibility",
55
"main": "include_dirs.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)