Skip to content

Commit

Permalink
Fix exports (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgabler authored Aug 29, 2024
1 parent 071295f commit 3bd2b9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"bugs": "https://github.com/NotWoods/spherical-geometry-js/issues",
"homepage": "https://github.com/NotWoods/spherical-geometry-js#readme",
"type": "module",
"exports": "./src/index.js",
"exports": {
"./package.json": "./package.json",
".": "./src/index.js"
},
"main": "src/index.js",
"module": "src/index.js",
"types": "src/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit 3bd2b9b

Please # to comment.