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,5 +1,5 @@
import * as Glue from "@hapi/glue";
import * as Metamigo from "common";
import * as Metamigo from "@digiresilience/metamigo-common";
import * as Blipp from "blipp";
import HapiBasic from "@hapi/basic";
import HapiJwt from "hapi-auth-jwt2";