Changelog
9.0.0 (2017-07-08)
libnpx
,
and a separate project will take over the role of the main npx
binary.<a name="8.1.1"></a>
Changelog
8.0.0 (2017-06-24)
npx ember-cli
and such things will now execute the
binary based on some guesswork, but only when using the shorthand format
for npx execution, with no -p
option or -c
. This might cause npx to
unintentionally execute the wrong binary if the package in question has
multiple non-matching binaries, but that should be rare.<a name="7.0.0"></a>
Changelog
7.0.0 (2017-06-24)
npx ./something
will now execute ./something
as a
binary or script instead of trying to install it as npm would. Other behavior
related to local path deps has likewise been changed. See
#49 for a detailed explanation
of all the various cases and how each of them is handled.<a name="6.2.0"></a>
Changelog
6.2.0 (2017-06-23)
<a name="6.1.0"></a>