This commit is contained in:
AJ ONeal 2017-10-28 21:55:41 -06:00
parent 6cf39d6dc0
commit faad2e1697
2 changed files with 2 additions and 2 deletions

View File

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