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",
"version": "1.0.0",
"version": "1.0.2",
"main": "index.js",
"ignore": [
".jshintrc"
, "package.json"
".jshintrc",
"package.json"
],
"dependencies": {},
"devDependencies": {}

View File

@ -1,6 +1,6 @@
{
"name": "knuth-shuffle",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
"main": "index.js",
"scripts": {