summarylogtreecommitdiffstats
path: root/nodejs-sinopia.install
blob: a4fe201730558f07afe9e4189d16a55b1e780f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
   echo "Don't forget to run
   npm set registry http://localhost:4873/
in order to start using sinopia as default registry."
}

post_remove() {
   echo "Don't forget to run
   npm set registry http://registry.npm.org/
in order to return using regular npm registry."
}