Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
in-publish
/
not-in-install.js
blob: b0d5dae2c594119e47f02915f8c5d1c22b5982be [
file
] [
log
] [
blame
]
#!
/usr/
bin
/
env node
'use strict'
var
inInstall
=
require
(
'./index.js'
).
inInstall
process
.
exit
(
inInstall
()
?
1
:
0
)