Compare commits

..

No commits in common. "d783bc493ebaa0e7873cef361ed2816591844b88" and "9cecd855f3305ed2d7ec882bd5eb2c1d04da4de4" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "knuth-shuffle",
"version": "1.0.3",
"version": "1.0.2",
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
"main": "index.js",
"scripts": {
@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle.git"
"url": "git://git.coolaj86.com/coolaj86/knuth-shuffle.git"
},
"keywords": [
"ronald",