UNPKG

115 BJavaScriptView Raw
1#!/usr/bin/env node
2'use strict'
3var inPublish = require('./index.js').inPublish
4process.exit(inPublish() ? 1 : 0)