nowsecure / node-applesign

NodeJS module and commandline utility for re-signing iOS applications (IPA files).
https://www.nowsecure.com
MIT License
420 stars 77 forks source link

Removing isArray dependency from package.json and package-lock.json #147

Closed Handschrift closed 1 year ago

Handschrift commented 1 year ago

Removing unnecessary isArray dependency from package.json.

The dependency isn't used anywhere in the code so it is save to remove it.

trufae commented 1 year ago

Good catch! Thanks