Skip to content

Commit

Permalink
Time to see how it looks...
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jan 31, 2025
1 parent 917e9c2 commit 4ea9b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ltgc/kd-tree",
"version": "0.0.2",
"version": "0.0.3",
"exports": {
"./kd-tree": "./dist/kd-tree.d.mts"
},
Expand Down
2 changes: 1 addition & 1 deletion src/kd-tree/index.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@module
*/

/*
/**
* Node object of a k-dimensional tree.
*/
export class TreeNode {
Expand Down

0 comments on commit 4ea9b4a

Please sign in to comment.