UNPKG

motion

Version:

motion - moving development forward

10 lines (8 loc) 176 B
var pkg = require("../../package.json") module.exports = function(req, next){ if (req.argv.version || req.argv.V) { console.log(pkg.version) } else { next() } }