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:
authorisaacs <i@izs.me>2011-06-29 23:17:11 +0400
committerisaacs <i@izs.me>2011-06-29 23:17:11 +0400
commitc2917ab01cc5cbe590a5890f00012bb69509863b (patch)
tree4a386254e6b1d84a3cbc36f0ddff3af723dafad3 /scripts
parent56a6dd3ad00e6efcc1b1dfb6b84eb21eca82352d (diff)
Remove install message script. No longer used.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install-message.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/install-message.sh b/scripts/install-message.sh
deleted file mode 100755
index 43f4f260b..000000000
--- a/scripts/install-message.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-if [ "x$npm_config_loglevel" = "xsilent" ]; then
- exit
-fi
-
-cat <<MESSAGE
-
-Thanks for installing version $npm_package_version of npm.
-
-Last few items from the changelog:
-
-`tail -n 20 doc/changelog.md`
-
-MESSAGE