From 0464eed05da94f69d210fd6b8d67f35616e5ef22 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Sun, 4 Feb 2018 21:59:01 -0800 Subject: [PATCH] fix: export ExitError --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 877a7fc3..33cc65d6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,3 +8,4 @@ export {Manifest} from './manifest' export {PJSON} from './pjson' export {IPlugin, Plugin} from './plugin' export {Topic} from './topic' +export {ExitError} from './errors'