Skip to content

Commit

Permalink
fix: package.json exposed a wrong js file (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
yomotsu committed Feb 15, 2024
1 parent 72d9892 commit 7bd269b
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 @@ -3,7 +3,7 @@
"version": "0.0.0-semantic-release",
"author": "Yomotsu",
"license": "MIT",
"main": "dist/camera-controls.js",
"main": "dist/camera-controls.module.js",
"jsnext:main": "dist/camera-controls.module.js",
"module": "dist/camera-controls.module.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 7bd269b

Please sign in to comment.