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

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