Move to @breejs/later - maintained later.js

This commit is contained in:
Bryan Ashby
2020-11-23 17:24:40 -07:00
parent 627165bb64
commit 2d9d8782f6
5 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ const _ = require('lodash');
const paths = require('path');
const async = require('async');
const fs = require('graceful-fs');
const later = require('later');
const later = require('@breejs/later');
const temptmp = require('temptmp').createTrackedSession('ftn_bso');
const assert = require('assert');
const sane = require('sane');