Compare commits
No commits in common. "faad2e169795679afca3f7cab467505ce4a4c549" and "d783bc493ebaa0e7873cef361ed2816591844b88" have entirely different histories.
faad2e1697
...
d783bc493e
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "knuth-shuffle",
|
"name": "knuth-shuffle",
|
||||||
"version": "1.0.5",
|
"version": "1.0.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".jshintrc",
|
".jshintrc",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "knuth-shuffle",
|
"name": "knuth-shuffle",
|
||||||
"version": "1.0.5",
|
"version": "1.0.3",
|
||||||
"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",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle"
|
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ronald",
|
"ronald",
|
||||||
|
|
Loading…
Reference in New Issue