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