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/dev-dep-update')
-rwxr-xr-xscripts/dev-dep-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev-dep-update b/scripts/dev-dep-update
index c8c960475..cb0b783a8 100755
--- a/scripts/dev-dep-update
+++ b/scripts/dev-dep-update
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
node . install --save --save-dev $1@$2 &&\
node scripts/gen-dev-ignores.js &&\
git add package.json package-lock.json &&\