Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledosama999 committed Mar 9, 2021
1 parent 1534aec commit f449a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "binary-heap.js",
"version": "3.2.0",
"version": "3.2.1",
"description": "A package for binary heap (heap tree) data structure",
"repository": {
"url": "https://github.com/khaledosama999/binary-heap.js"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"source":"./src/index.ts",
"source": "./src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"build": "rollup -c",
Expand Down

0 comments on commit f449a00

Please sign in to comment.