From 7839e293135e48fd710445c8bb1233bf2e1abb4b Mon Sep 17 00:00:00 2001 From: Philipp Fritsche Date: Fri, 5 Aug 2022 00:03:39 +0200 Subject: [PATCH] fix(build): add `exports` field (#1022) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e43c4df..4054376e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "validate": "kcd-scripts typecheck" }, "devDependencies": { - "@ph.fritsche/scripts-config": "^2.3.0", + "@ph.fritsche/scripts-config": "^2.3.1", "@testing-library/dom": "^8.11.4", "@testing-library/jest-dom": "^5.16.3", "@testing-library/react": "^13.0.0",