diff --git a/helpers/scanner/parsers/plist.js b/helpers/scanner/parsers/plist.js index cccc303..85fb501 100644 --- a/helpers/scanner/parsers/plist.js +++ b/helpers/scanner/parsers/plist.js @@ -1,6 +1,5 @@ // Adpapted for browser+node from https://github.com/joeferner/node-bplist-parser/blob/master/bplistParser.js import plainTextPlist from 'plist' -import bigInt from 'big-integer' import { Buffer } from 'buffer/'