Skip to content

Commit

Permalink
update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Fawaz Ahmed authored and Fawaz Ahmed committed Jun 21, 2022
1 parent 8f3f193 commit 9068786
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,7 +1,7 @@
{
"name": "@fawazahmed/js-infinite-median",
"version": "0.0.0",
"description": "A simple react native library to show large blocks of text in a condensed manner with the ability to collapse and expand.",
"version": "0.0.1",
"description": "Calculate median of a stream of numbers using heap sort (with nlogn comlpexity).",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 9068786

Please sign in to comment.