This commit is contained in:
AJ ONeal 2017-10-28 22:11:16 -06:00
parent 282952b4e5
commit 813da458f9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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