Skip to content

Commit 227b613

Browse files
committed
0.10.0
1 parent 12810e6 commit 227b613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bin-search-tree",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Binary search tree",
55
"repository": {
66
"type": "git",
@@ -42,7 +42,7 @@
4242
"sweet.js": "^0.7.3"
4343
},
4444
"scripts": {
45-
"test": "mocha tests",
45+
"test": "mocha tests",
4646
"build": "gulp build"
4747
}
4848
}

0 commit comments

Comments
 (0)