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", "name": "knuth-shuffle",
"version": "1.0.6", "version": "1.0.5",
"main": "index.js", "main": "index.js",
"ignore": [ "ignore": [
".jshintrc", ".jshintrc",

View File

@ -1,15 +1,14 @@
{ {
"name": "knuth-shuffle", "name": "knuth-shuffle",
"version": "1.0.6", "version": "1.0.5",
"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",
"homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle",
"scripts": { "scripts": {
"test": "node example.js" "test": "node example.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.git" "url": "https://git.coolaj86.com/coolaj86/knuth-shuffle"
}, },
"keywords": [ "keywords": [
"ronald", "ronald",