Compare commits

..

No commits in common. "master" and "v1.0.6" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,15 +1,15 @@
{
"name": "knuth-shuffle",
"version": "1.0.8",
"version": "1.0.6",
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
"main": "index.js",
"homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle.js",
"homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle",
"scripts": {
"test": "node example.js"
},
"repository": {
"type": "git",
"url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.js.git"
"url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.git"
},
"keywords": [
"ronald",