File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,20 @@ This function returns the object as same as [child_process.spawnSync].
7777
7878** Note:** If you use this function on node ` 0.10 ` , you will also need to install [ spawn-sync] .
7979
80+ ## Changelogs
81+
82+ - [ GitHub Releases]
83+
84+ ## Contributing
85+
86+ Welcome your contributions!<br >
87+ Please use GitHub's issues/PRs.
88+
89+
8090[ npm ] : https://www.npmjs.com/
8191[ npm-scripts ] : https://docs.npmjs.com/misc/scripts
8292[ child_process.ChildProcess ] : https://nodejs.org/api/child_process.html#child_process_class_childprocess
8393[ the document of `child_process.spawn` ] : https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options
8494[ child_process.spawnSync ] : https://nodejs.org/api/child_process.html#child_process_child_process_spawnsync_command_args_options
8595[ spawn-sync ] : https://www.npmjs.com/package/spawn-sync
96+ [ GitHub Releases ] : https://github.com/mysticatea/if-node-version/releases
You can’t perform that action at this time.
0 commit comments