Skip to content

Commit

Permalink
Update package.json exports paths (#23354)
Browse files Browse the repository at this point in the history
Related issue: -

**Description**

Update the export paths to include files located in the `./examples/` folder in order to include JSON fonts.
  • Loading branch information
brunosimon authored Jan 27, 2022
1 parent 6ff28b0 commit 34bbcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"import": "./build/three.module.js",
"require": "./build/three.cjs"
},
"./examples/jsm/*": "./examples/jsm/*",
"./examples/*": "./examples/*",
"./src/*": "./src/*"
},
"repository": {
Expand Down

0 comments on commit 34bbcc4

Please sign in to comment.