Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
a little message on package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 6, 2010
1 parent d0b2a77 commit d521bd7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scripts/install-message.sh
@@ -0,0 +1,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

0 comments on commit d521bd7

Please sign in to comment.