@a5gard/bifrost 1.0.2 → 1.0.3

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -843,7 +843,7 @@ import chalk4 from "chalk";
843
843
  import prompts from "prompts";
844
844
  import { execSync as execSync3 } from "child_process";
845
845
  var REGISTRY_REPO = "A5GARD/BIFROST";
846
- var REGISTRY_FILE = "dist/registry.bifrost";
846
+ var REGISTRY_FILE = "registry.bifrost";
847
847
  async function verifyPublicRepo(github) {
848
848
  try {
849
849
  const response = await fetch(`https://api.github.com/repos/${github}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5gard/bifrost",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Platform-agnostic project creator with extensible template system",
5
5
  "type": "module",
6
6
  "bin": {