Skip to content

Commit e99678e

Browse files
committed
fix npmignore
1 parent f011b8a commit e99678e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.npmignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
rollup.config.js
2-
.babelrc
3-
.nyc_output
4-
.travis.yml
5-
.eslintrc
2+
.*
63
test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ktree",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Efficient tree search in k-dimensions",
55
"main": "dist/ktree.cjs.js",
66
"browser": "dist/ktree.umd.js",

0 commit comments

Comments
 (0)