mirror of
https://github.com/nodejs/node.git
synced 2025-05-13 00:05:45 +00:00

PR-URL: https://github.com/nodejs/node/pull/9286 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
node . install --save --save-dev $1@$2 &&\
|
|
git add package.json &&\
|
|
git commit -m"$1@$2" &&\
|
|
node . repo $1 &&\
|
|
git commit --amend
|