mirror of
https://github.com/btouchard/ackify.git
synced 2026-05-18 23:08:33 -05:00
253b26511a
Add postinstall script that patches nyc/index.js to handle modern versions of glob and rimraf. These packages now export objects/named exports instead of functions, which breaks nyc@15's promisify() calls. This fixes the 'original argument must be of type function' error. # Conflicts: # webapp/scripts/patch-nyc.cjs