Rename "common" to @digiresilience/metamigo-common

This commit is contained in:
Abel Luck 2023-03-13 11:00:49 +00:00
parent cd539525b2
commit 87153723b4
18 changed files with 19 additions and 19 deletions

View file

@ -1,4 +1,4 @@
import { generateConfig, printConfigOptions } from "common";
import { generateConfig, printConfigOptions } from "@digiresilience/metamigo-common";
import { loadConfigRaw } from "config";
export const genConf = async (): Promise<void> => {