UNPKG

210 BJavaScriptView Raw
1var q = require('q');
2q.longStackSupport = true;
3
4if (!module.parent) {
5 throw new Error('Please run bin/next-update.js for stand alone CLI tool');
6}
7
8module.exports = require('./src/next-update-as-module');