From e783b00396730c90d58797298f4b04f39eb4a6e6 Mon Sep 17 00:00:00 2001 From: Bruno Simon Date: Thu, 27 Jan 2022 18:14:47 +0100 Subject: [PATCH] Update package.json exports paths Related issue: - **Description** Update the export paths to include files located in the `./examples/` folder in order to include JSON fonts. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9413ae553dbe6d..16bd19786dd5ff 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "import": "./build/three.module.js", "require": "./build/three.cjs" }, - "./examples/jsm/*": "./examples/jsm/*", + "./examples/*": "./examples/*", "./src/*": "./src/*" }, "repository": {