Compare commits

..

No commits in common. "c60dcd6828e06db624a8d615ef890329a3081979" and "813da458f93367921b726b45073be27e044b9683" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,15 +1,15 @@
{ {
"name": "knuth-shuffle", "name": "knuth-shuffle",
"version": "1.0.8", "version": "1.0.7",
"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.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.js.git" "url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.git"
}, },
"keywords": [ "keywords": [
"ronald", "ronald",