1
0
Esse commit está contido em:
AJ ONeal 2017-10-28 22:11:16 -06:00
commit 813da458f9
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -1,6 +1,6 @@
{
"name": "knuth-shuffle",
"version": "1.0.6",
"version": "1.0.7",
"main": "index.js",
"ignore": [
".jshintrc",

Ver arquivo

@ -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",