Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Refactor to be promise-based #19

Merged
merged 5 commits into from
Jun 11, 2019
Merged

Refactor to be promise-based #19

merged 5 commits into from
Jun 11, 2019

Commits on Jun 5, 2019

  1. update tap

    isaacs committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    4633948 View commit details
    Browse the repository at this point in the history
  2. Use tap snapshots

    isaacs committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    f656af8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Refactor to be promise-based

    This commit changes no functionality, except that a Promise is returned
    by the read-package-tree function.  (A supplied callback is attached to
    the returned promise if provided.)
    
    Test coverage is brought up to 100%, and some code paths have been
    slightly optimized, but the excessive level of realpath/lstat calls
    remains for now.
    isaacs committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    4782b1f View commit details
    Browse the repository at this point in the history
  2. drop old versions from travis

    This drops node 6, which is still technically supported, but modern
    tap is a compelling draw.
    isaacs committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    9a290ec View commit details
    Browse the repository at this point in the history
  3. Add promise API to readme

    isaacs committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    4eed760 View commit details
    Browse the repository at this point in the history