Skip to content

Commit

Permalink
Use relative path for main and exports '.' (fix #450) (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin authored Aug 12, 2024
1 parent 890ec11 commit d85e4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Add-ons and examples for A-Frame VR.",
"author": "Don McCurdy <dm@donmccurdy.com>",
"license": "MIT",
"main": "index.js",
"main": "./index.js",
"exports": {
".": "index.js",
".": "./index.js",
"./controls/*": "./src/controls/*",
"./loaders/*": "./src/loaders/*",
"./misc/*": "./src/misc/*",
Expand Down

0 comments on commit d85e4e6

Please sign in to comment.