Releases: kentcdodds/cross-env
Releases Β· kentcdodds/cross-env
v1.0.5
<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
<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
<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
<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
<a name"1.0.1">
1.0.1 (2015-10-01)
Bug Fixes
Features