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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dep-update')
-rwxr-xr-xscripts/dep-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dep-update b/scripts/dep-update
index 52abd518c..006de17c7 100755
--- a/scripts/dep-update
+++ b/scripts/dep-update
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
node . install --save $1@$2 &&\
node scripts/gen-dev-ignores.js &&\
git add node_modules package.json package-lock.json &&\