• File: dev-dep-update
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/readdir-scoped-modules/dev-dep-update
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 292 bytes
  • MIME-type: text/x-shellscript
  • Charset: utf-8
#!/usr/bin/env bash
node . install --save --save-dev $1@$2 &&\
node scripts/gen-dev-ignores.js &&\
rm -f node_modules/{*,*/*}/CODE_OF_CONDUCT.md node_modules/{*,*/*}/CONTRIBUTING.md &&\
git add package.json package-lock.json &&\
git commit -m"$1@$2" &&\
node . repo $1 &&\
git commit --amend