Skip to content

Commit

Permalink
added exifr to global package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeKovarik committed Mar 17, 2020
1 parent fc3b50a commit a6bfd81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 7 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions packages/@uppy/thumbnail-generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/@uppy/thumbnail-generator/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const dataURItoBlob = require('@uppy/utils/lib/dataURItoBlob')
const isObjectURL = require('@uppy/utils/lib/isObjectURL')
const isPreviewSupported = require('@uppy/utils/lib/isPreviewSupported')
const ORIENTATIONS = require('./image-orientations')
const exifr = require('exifr/dist/mini.legacy.umd.js')
const exifr = require('exifr/dist/mini.legacy.umd.cjs')

/**
* The Thumbnail Generator plugin
Expand Down

0 comments on commit a6bfd81

Please sign in to comment.