From ae08d8e50ae795af56e40db2cd04267f921099fd Mon Sep 17 00:00:00 2001 From: George Date: Sun, 15 Oct 2023 15:14:54 +0200 Subject: [PATCH] fix: should be 0.1.2 (#40) --- packages/notam-decoder/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notam-decoder/src/index.ts b/packages/notam-decoder/src/index.ts index 15ad6cb..230b89d 100644 --- a/packages/notam-decoder/src/index.ts +++ b/packages/notam-decoder/src/index.ts @@ -1,4 +1,3 @@ -export { decode } from './parse'; export type { NotamType, DecodedNotam, @@ -6,3 +5,4 @@ export type { RulesTypes, AttentionType, } from './types'; +export { decode } from './parse';