Skip to content

Commit fb31d70

Browse files
committed
Bump version to 1.5.0
Also add 'benchmark' command
1 parent 81614e6 commit fb31d70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sorted-btree",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.",
55
"main": "b+tree.js",
66
"typings": "b+tree",
@@ -9,7 +9,8 @@
99
"build": "tsc && npm run minify",
1010
"minify": "uglifyjs -cm -o b+tree.min.js -- b+tree.js",
1111
"prepare": "npm run build",
12-
"safePublish": "npm run build && testpack && npm publish"
12+
"safePublish": "npm run build && testpack && npm publish",
13+
"benchmark": "npm run build && node benchmarks.js"
1314
},
1415
"files": [
1516
"b+tree.js",

0 commit comments

Comments
 (0)