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