@biffo/cli 0.166.1 → 0.166.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4566,6 +4566,7 @@ async function readRemoteCoreVersion(github, org, repo, ref) {
4566
4566
  }
4567
4567
  } catch {
4568
4568
  }
4569
+ return null;
4569
4570
  }
4570
4571
  const inherited = await github.getFileContent(org, repo, CORE_VERSION_FILE, ref);
4571
4572
  if (inherited) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.166.1",
3
+ "version": "0.166.2",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",