UNPKG

next-update

Version:

Tests if module's dependencies can be updated to the newer version without breaking the tests

9 lines (6 loc) 205 B
var q = require('q') q.longStackSupport = true if (!module.parent) { throw new Error('Please run bin/next-update.js for stand alone CLI tool') } module.exports = require('./src/next-update-as-module')