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