Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev-dep-update « scripts - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 572f1c39c99d865fcbc7df0ba8b57b19f088a437 (plain)
1
2
3
4
5
6
#!/bin/bash
node . install --save --save-dev $1@$2 &&\
git add package.json package-lock.json &&\
git commit -m"$1@$2" &&\
node . repo $1 &&\
git commit --amend