Compare commits
2 Commits
9cecd855f3
...
d783bc493e
Author | SHA1 | Date | |
---|---|---|---|
|
d783bc493e | ||
|
27f1186b2f |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"main": "index.js",
|
||||
"ignore": [
|
||||
".jshintrc",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://git.coolaj86.com/coolaj86/knuth-shuffle.git"
|
||||
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ronald",
|
||||
|
Loading…
x
Reference in New Issue
Block a user