This commit is contained in:
AJ ONeal 2017-10-28 21:51:56 -06:00
parent b05104798b
commit 9cecd855f3
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{ {
"name": "knuth-shuffle", "name": "knuth-shuffle",
"version": "1.0.0", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"ignore": [ "ignore": [
".jshintrc" ".jshintrc",
, "package.json" "package.json"
], ],
"dependencies": {}, "dependencies": {},
"devDependencies": {} "devDependencies": {}

View File

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