Skip to content

v1.2.0 Adds `mister pack` to create packages

Choose a tag to compare

@mschnee mschnee released this 27 Aug 20:51
· 15 commits to master since this release
f9b1988

Adds mister pack for creating packages that honor bundledDependencies.

This will also package the local dependencies, since they need to be packaged first if they are bundledDependencies of dependent package.

mister pack [package1, package2, packageN]
  • Adds the command mister pack
  • Switches tests from mocha to ava, due to the use of process.chdir() to contextualize tests in fixture folders.
  • Removes a lot of switches necessary to make mocha testing work, which ava does not require.