Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Mar 21, 2019
1 parent 7fb66df commit e59329d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bheep",
"version": "0.1.4",
"version": "0.1.5",
"description": "Binary heap for javascript",
"keywords": [
"binary",
Expand All @@ -19,7 +19,7 @@
"test": "bmocha --reporter spec test/*-test.js"
},
"dependencies": {
"bsert": "~0.0.9"
"bsert": "~0.0.10"
},
"devDependencies": {
"bmocha": "^2.1.0"
Expand Down

0 comments on commit e59329d

Please sign in to comment.