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

Releases: kentcdodds/cross-env

v1.0.5

28 Nov 00:08
Compare
Choose a tag to compare

<a name"1.0.5">

1.0.5 (2015-11-28)

Bug Fixes

  • env: Merge with original environment instead of defining a new one (187c068f)

v1.0.4

12 Nov 04:43
Compare
Choose a tag to compare

<a name"1.0.4">

1.0.4 (2015-11-12)

Bug Fixes

  • env:
    • Removing if clause for windows detection, applying APPDATA to all platforms. (847e80f1)
    • checks if windows platform, then send in APPDATA env var. (a18d2b31)
  • istanbul: istanbul to ignore if branch, can't mock process.platform for coverage. (125055d8)
  • test: rel path to _mocha in npm tst to make it windows compatible (f0fb1791)

v1.0.3

11 Nov 18:06
Compare
Choose a tag to compare

<a name"1.0.3">

1.0.3 (2015-11-11)

Bug Fixes

  • package: Use different, more up to date dependencies (452ea5ac)

v1.0.2

11 Nov 17:59
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2015-11-11)

Bug Fixes

  • spawn: use cross-spawn for spawn compatibility (3c21e496, closes #2)

v1.0.1

01 Oct 23:21
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2015-10-01)

Bug Fixes

Features

  • lib: Initial commit! ✨ (afaae551)