This commit is contained in:
AJ ONeal 2017-10-28 22:00:33 -06:00
parent 934ce950f0
commit 282952b4e5
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "knuth-shuffle", "name": "knuth-shuffle",
"version": "1.0.5", "version": "1.0.6",
"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",