Skip to content

Commit

Permalink
Stop requiring async the removed module...
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jan 19, 2021
1 parent ff40827 commit d4d1dd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

var is = require('is');
var some = require('array.prototype.some');
var async = require('async');
var assign = require('object.assign');

var asyncForEach = require('./async');
Expand Down

0 comments on commit d4d1dd3

Please sign in to comment.