v1.0.7
This commit is contained in:
parent
282952b4e5
commit
813da458f9
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"main": "index.js",
|
||||
"ignore": [
|
||||
".jshintrc",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
|
||||
"main": "index.js",
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle",
|
||||
|
|
Loading…
Reference in New Issue