This commit is contained in:
AJ ONeal 2017-10-28 22:12:27 -06:00
parent 82f2c9065f
commit c60dcd6828
2 changed files with 2 additions and 2 deletions

View File

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

View File

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