Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
tentone committed May 17, 2023
1 parent 81d8431 commit 5a0f91f
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
@@ -1,10 +1,10 @@
{
"name": "geo-three",
"version": "0.1.12",
"type": "module",
"description": "geo-three is library for tile based geographic map layers in with three.js supporting selective loading/unloading of real-time generated 3D tiles",
"main": "build/Main.d.ts",
"module": "build/geo-three.module.js",
"type": "module",
"exports": {
".": {
"import": "./build/geo-three.module.js",
Expand Down

0 comments on commit 5a0f91f

Please sign in to comment.