1.2.1
1.2.1 is a bug fix release that fixes an issue that was causing the steal-tools tests to fail. See here.
This bug fix release makes it so that during a build if we encounter code such as:
require("./package");
Where ./package
is actually a package.json, we will eventually retrieve the correct file after some retries.