v1.2.0 Adds `mister pack` to create packages
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
mochatoava, due to the use ofprocess.chdir()to contextualize tests in fixture folders. - Removes a lot of switches necessary to make
mochatesting work, whichavadoes not require.