UNPKG

197 BPlain TextView Raw
1#!/bin/bash
2node . install --save --save-dev $1@$2 &&\
3node scripts/gen-dev-ignores.js &&\
4git add package.json package-lock.json &&\
5git commit -m"$1@$2" &&\
6node . repo $1 &&\
7git commit --amend