You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
The
History.md
file for theraw-body
npm package indicates that support for Node.js 0.8 has been dropped. However, theengines
field inpackage.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 inpackage.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!
The text was updated successfully, but these errors were encountered: