From 41ef77a07198f2628e7ef9f31884c73368698c98 Mon Sep 17 00:00:00 2001 From: Cayman Date: Mon, 9 May 2022 09:58:33 -0500 Subject: [PATCH] chore: add errors and constants to exports --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 3db7d73..54b4731 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,12 @@ "./types": { "import": "./lib/types.js" }, + "./errors": { + "import": "./lib/errors.js" + }, + "./constants": { + "import": "./lib/constants.js" + }, "./getImplementation": { "import": "./lib/getImplementation.js" },