Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updoc: Remove reference to io.js #35618
Conversation
|
Please review |
| @@ -1761,8 +1761,7 @@ tarball. | |||
|
|
|||
| `process.release` contains the following properties: | |||
|
|
|||
| * `name` {string} A value that will always be `'node'` for Node.js. For | |||
| legacy io.js releases, this will be `'io.js'`. | |||
| * `name` {string} A value that will always be `'node'` for Node.js. | |||
Trott
Oct 13, 2020
Member
| * `name` {string} A value that will always be `'node'` for Node.js. | |
| * `name` {string} A value that will always be `'node'`. |
|
@Trott @gireeshpunathil @antsmartian @evanlucas, can these changes be merged now ? |
Signed-off-by: Hussaina Begum Nandyala <hexxdump@gmail.com>
|
@gireeshpunathil, incorporated the changes suggested by @Trott |
Signed-off-by: Hussaina Begum Nandyala <hexxdump@gmail.com> PR-URL: #35618 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
|
landed in 4079bfd . thanks for the contribution! |
|
Thanks @gireeshpunathil, Its a very small change, I'm just getting started with OSS as part of Hacktoberfest. Will it be possible to mark this issue with 'hacktoberfest' label? |
|
I don't see that label anymore! @Trott - do you know? |
|
To my knowledge, only https://github.com/nodejs/docker-node and https://github.com/nodejs/nodejs.dev are participating in Hacktoberfest. No other nodejs repos are participating (as far as I am aware). |
No issues @Trott. I submitted another PR for Hactoberfest. Happy to see my first tiny commit in nodejs. |
doc: Remove reference to io.js
io.js is outdated, hence removed reference to it from docs.
Fixes:#35580
Signed-off-by: Hussaina Begum Nandyala hexxdump@gmail.com
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes