@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.
- package/dist/index.js +1 -1
- 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 = "
|
|
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}`);
|