Welcome to mirror list, hosted at ThFree Co, Russian Federation.

in-install.js « in-publish « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98a955ef1db6f20fcecf296791c07acc31d095d3 (plain)
1
2
3
4
#!/usr/bin/env node
'use strict'
var inInstall = require('./index.js').inInstall
process.exit(inInstall() ? 0 : 1)