Skip to content

Commit 498481f

Browse files
committed
release: clearer doc & badge
1 parent db55403 commit 498481f

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

package.json

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "random-selector",
3-
"version": "1.0.10",
4-
"description": "Randomly select elements in a collection.",
3+
"version": "1.0.11",
4+
"description": "Randomly select objects.",
55
"main": "src/index.js",
66
"scripts": {
77
"test": "nyc --reporter=text-lcov mocha",
@@ -18,25 +18,19 @@
1818
"keywords": [
1919
"randomize",
2020
"random",
21-
"random",
2221
"duplication",
23-
"random",
2422
"pick",
25-
"random",
2623
"select",
2724
"random sample",
2825
"sampling",
2926
"sample",
3027
"random-utility",
31-
"collection random",
32-
"random collection",
33-
"random element",
3428
"select with replacement",
3529
"select without replacement",
3630
"sampling with replacement",
3731
"sampling without replacement",
38-
"statistic",
39-
"gaming"
32+
"statistic", "probability",
33+
"gaming", "random pick"
4034
],
4135
"author": "zeroboo",
4236
"license": "ISC",

0 commit comments

Comments
 (0)