bach icon indicating copy to clipboard operation
bach copied to clipboard

chore!: Normalize repository, dropping node <10.13 support

Open sttk opened this issue 2 years ago • 2 comments

This PR updates this project:

  • Updates dependency versions
  • Updates GitHub Actions files
  • Adds, changes and deletes some project files
  • Drops arr-filter, array-map, array-each, array-initial, and array-last from dependencies.
    • arr-flatten is left because Array#flat is introduced in Node.js v11.

NOTE: Be careful that this package depends on async-done, async-settle and now-and-later that will be bumped up.

sttk avatar May 29 '22 04:05 sttk

@phated I've dropped arr-flatten and implements alternate code.

sttk avatar Jul 03 '22 15:07 sttk

@phated I've modified what you pointed out.

sttk avatar Jul 10 '22 08:07 sttk