Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Dec 21, 2017
1 parent 65ad6cc commit 631efe5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickselect",
"version": "1.0.0",
"version": "1.0.1",
"description": "A tiny and fast selection algorithm in JavaScript.",
"main": "index.js",
"dependencies": {},
Expand All @@ -13,7 +13,15 @@
"pretest": "eslint index.js test.js",
"test": "tape test.js"
},
"keywords": ["selection", "algorithm", "quickselect", "sort", "partial", "floyd", "rivest"],
"keywords": [
"selection",
"algorithm",
"quickselect",
"sort",
"partial",
"floyd",
"rivest"
],
"author": "Vladimir Agafonkin",
"license": "ISC"
}

0 comments on commit 631efe5

Please sign in to comment.