From 795ed6223053f71cfa509f88b9ff12eda6394a5f Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 12 Oct 2022 11:31:59 +0300 Subject: [PATCH] Export package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 062acd28c6..61c34eb28b 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "module": "lib/index.js", "types": "lib/src/index.d.ts", "exports": { + "./package.json": "./package.json", ".": { "types": "./lib/src/index.d.ts", "import": "./lib/index.js",