Compare commits
No commits in common. "c60dcd6828e06db624a8d615ef890329a3081979" and "813da458f93367921b726b45073be27e044b9683" have entirely different histories.
c60dcd6828
...
813da458f9
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.7",
|
||||
"main": "index.js",
|
||||
"ignore": [
|
||||
".jshintrc",
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.7",
|
||||
"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",
|
||||
|
|
Loading…
Reference in New Issue