-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
The History.md file for the raw-body npm package indicates that support for Node.js 0.8 has been dropped. However, the engines field in package.json still specifies >=0.8 as the required Node.js version.
Could you clarify which Node.js versions are currently supported? Does dropping support for 0.8 imply that 0.9 is still supported?
The expected behavior is for the engines field in package.json to accurately reflect the supported Node.js versions.
Currently, despite the mention of dropping support for Node.js 0.8 in History.md, package.json continues to list >=0.8.
Please clarify the supported Node.js versions. I’d be happy to open a PR to update the engines field if needed.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels