Skip to content

Commit

Permalink
package.json: fix supported Node.js versions in package description
Browse files Browse the repository at this point in the history
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"
```
  • Loading branch information
mkrufky committed May 25, 2022
1 parent 22c8ac4 commit 6c1574a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nan",
"version": "2.16.0",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 14 compatibility",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 18 compatibility",
"main": "include_dirs.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c1574a

Please sign in to comment.