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

install-message.sh « scripts - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36754c625cbaf31213d513fda71953a79092977b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

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