Skip to content

Commit

Permalink
release: clearer doc & badge
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroboo committed Dec 13, 2018
1 parent db55403 commit 498481f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "random-selector",
"version": "1.0.10",
"description": "Randomly select elements in a collection.",
"version": "1.0.11",
"description": "Randomly select objects.",
"main": "src/index.js",
"scripts": {
"test": "nyc --reporter=text-lcov mocha",
Expand All @@ -18,25 +18,19 @@
"keywords": [
"randomize",
"random",
"random",
"duplication",
"random",
"pick",
"random",
"select",
"random sample",
"sampling",
"sample",
"random-utility",
"collection random",
"random collection",
"random element",
"select with replacement",
"select without replacement",
"sampling with replacement",
"sampling without replacement",
"statistic",
"gaming"
"statistic", "probability",
"gaming", "random pick"
],
"author": "zeroboo",
"license": "ISC",
Expand Down

0 comments on commit 498481f

Please sign in to comment.