Compare commits
2 Commits
813da458f9
...
c60dcd6828
Author | SHA1 | Date |
---|---|---|
AJ ONeal | c60dcd6828 | |
AJ ONeal | 82f2c9065f |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "knuth-shuffle",
|
"name": "knuth-shuffle",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".jshintrc",
|
".jshintrc",
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "knuth-shuffle",
|
"name": "knuth-shuffle",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"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",
|
"homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node example.js"
|
"test": "node example.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.git"
|
"url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ronald",
|
"ronald",
|
||||||
|
|
Loading…
Reference in New Issue