We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f011b8a commit e99678eCopy full SHA for e99678e
.npmignore
@@ -1,6 +1,3 @@
1
rollup.config.js
2
-.babelrc
3
-.nyc_output
4
-.travis.yml
5
-.eslintrc
+.*
6
test
package.json
@@ -1,6 +1,6 @@
{
"name": "ktree",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Efficient tree search in k-dimensions",
"main": "dist/ktree.cjs.js",
"browser": "dist/ktree.umd.js",
0 commit comments