nodejs / nan

Native Abstractions for Node.js
MIT License
3.27k stars 501 forks source link

package.json: fix supported Node.js versions in package description #940

Closed mkrufky closed 2 years ago

mkrufky commented 2 years ago

Oops! It looks like we may have forgotten to update this field for a while...

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"
kkoopa commented 2 years ago

Ah, right. Should not warrant a new release, but please merge and I will try to remember updating it in the future.

On May 25, 2022 10:13:26 PM GMT+03:00, Michael Ira Krufky @.***> wrote:

Oops! It looks like we may have forgotten to update this field for a while...

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"

You can view, comment on, or merge this pull request online at:

https://github.com/nodejs/nan/pull/940

-- Commit Summary --

  • package.json: fix supported Node.js versions in package description

-- File Changes --

M package.json (2)

-- Patch Links --

https://github.com/nodejs/nan/pull/940.patch https://github.com/nodejs/nan/pull/940.diff