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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kentcdodds/cross-env
base: v7.0.0
Choose a base ref
...
head repository: kentcdodds/cross-env
compare: v7.0.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on Jan 25, 2020

  1. docs: add MichaelDeBoey as a contributor (#224)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    allcontributors[bot] authored and Kent C. Dodds committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    fdde9bb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    9cce066 View commit details
    Browse the repository at this point in the history
  2. docs: add lauriii as a contributor (#226)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    allcontributors[bot] committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    b5f9647 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    be7ed67 View commit details
    Browse the repository at this point in the history
  2. docs: remove codefund

    kentcdodds committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    0838ef9 View commit details
    Browse the repository at this point in the history
  3. fix: signal handling (#227)

    Signals should delegate to the child process to determine what to
    do as cross-env is a facade to spawning them cross platform.
    
    SIGINT, in particular, can decide swallow the signal and continue on.
    
    cross-env needs to wait for the child to decide when it's time to exit.
    
    fixed leaking `process.on` listeners.
    
    Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
    baerrach and kentcdodds committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    8a9cf0e View commit details
    Browse the repository at this point in the history