Skip to content

Releases: camacho/yarn-or-npm

2.0.1

02 Nov 17:11
Compare
Choose a tag to compare

Fix bad reference that was causing module to always use npm

2.0.0

02 Nov 16:59
Compare
Choose a tag to compare

New interface for 2.0.0

  • exposed spawn and spawn.sync capabilities via cross-spawn
  • added cache mechanism with a clearCache method
  • added hasNpm and hasYarn boolean methods
  • yarnOrNpm now returns a string of either npm or yarn

1.0.1

02 Nov 15:57
Compare
Choose a tag to compare

Swap execSync for spawnSync

1.0.0

02 Nov 15:50
Compare
Choose a tag to compare

Initial release with CLI and module support