Browse Source

Update package.json exports paths (#23354)

Related issue: -

**Description**

Update the export paths to include files located in the `./examples/` folder in order to include JSON fonts.
Bruno Simon 3 years ago
parent
commit
34bbcc475a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -10,7 +10,7 @@
       "import": "./build/three.module.js",
       "require": "./build/three.cjs"
     },
-    "./examples/jsm/*": "./examples/jsm/*",
+    "./examples/*": "./examples/*",
     "./src/*": "./src/*"
   },
   "repository": {