Compare commits
3 Commits
d783bc493e
...
faad2e1697
Author | SHA1 | Date |
---|---|---|
AJ ONeal | faad2e1697 | |
AJ ONeal | 6cf39d6dc0 | |
AJ ONeal | 124fab7c94 |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.5",
|
||||
"main": "index.js",
|
||||
"ignore": [
|
||||
".jshintrc",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "knuth-shuffle",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.5",
|
||||
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle.git"
|
||||
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle"
|
||||
},
|
||||
"keywords": [
|
||||
"ronald",
|
||||
|
|
Loading…
Reference in New Issue