Skip to content

Commit

Permalink
[package.json] Fix require export path for puzzles.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Dec 27, 2020
1 parent 9330b83 commit d1e7505
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 @@ -169,7 +169,7 @@
"types": "./dist/esm/types/puzzle-geometry/index.d.ts"
},
"./puzzles": {
"require": "./dist/cjs/puzzle/index.js",
"require": "./dist/cjs/puzzles/index.js",
"import": "./dist/esm/puzzles/index.js",
"types": "./dist/esm/types-geometry/index.d.ts"
},
Expand Down

0 comments on commit d1e7505

Please sign in to comment.