summaryrefslogtreecommitdiffstats
path: root/node_modules/in-publish/not-in-install.js
blob: b0d5dae2c594119e47f02915f8c5d1c22b5982be (plain) (blame)
1
2
3
4
#!/usr/bin/env node
'use strict'
var inInstall = require('./index.js').inInstall
process.exit(inInstall() ? 1 : 0)