Compare commits

..

No commits in common. "282952b4e5affaf1edb577a03c977ccc3567a27b" and "faad2e169795679afca3f7cab467505ce4a4c549" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -1,15 +1,14 @@
{
"name": "knuth-shuffle",
"version": "1.0.6",
"version": "1.0.5",
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
"main": "index.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.git"
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle"
},
"keywords": [
"ronald",