Fixed broken pkg stuff

ref #102
This commit is contained in:
2021-01-15 20:18:14 +01:00
parent a77e2eb3ad
commit 385a9bba73
3 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { validationMetadatasToSchemas } from "class-validator-jsonschema";
import { validationMetadatasToSchemas } from "@odit/class-validator-jsonschema";
import express, { Application } from "express";
import path from 'path';
import { getMetadataArgsStorage } from "routing-controllers";