Skip to content

Commit

Permalink
rebuild dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiiRochi committed Sep 9, 2020
1 parent bf48ba4 commit ee98ef6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dist/filepond-plugin-get-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
? (module.exports = factory())
: typeof define === 'function' && define.amd
? define(factory)
: ((global =
typeof globalThis !== 'undefined' ? globalThis : global || self),
(global.FilePondPluginGetFile = factory()));
: ((global = global || self), (global.FilePondPluginGetFile = factory()));
})(this, function () {
'use strict';

Expand Down

0 comments on commit ee98ef6

Please sign in to comment.