v1.0.4
This commit is contained in:
parent
d783bc493e
commit
124fab7c94
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"main": "index.js",
|
||||
"ignore": [
|
||||
".jshintrc",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue