From eebaef0ef4921e8fb0a1af10d41b5645788e0e1a Mon Sep 17 00:00:00 2001 From: Mattias Persson <34786113+mattias-persson@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:52:03 +0200 Subject: [PATCH] Update src/parser.ts Co-authored-by: Lukasz Gornicki --- src/parser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.ts b/src/parser.ts index 4ae49ef87b6..3dc98832f91 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -5,7 +5,7 @@ import { RamlDTSchemaParser } from '@asyncapi/raml-dt-schema-parser'; import { Flags } from '@oclif/core'; import { OutputFormat } from '@stoplight/spectral-cli/dist/services/config'; import { getDiagnosticSeverity } from '@stoplight/spectral-core'; -import { html, json, junit, pretty, stylish, teamcity, text } from '@stoplight/spectral-formatters/dist'; +import { html, json, junit, pretty, stylish, teamcity, text } from '@stoplight/spectral-formatters'; import type { Diagnostic } from '@asyncapi/parser/cjs'; import type Command from './base';