Compare commits

...

10 Commits

Author SHA1 Message Date
AJ ONeal
c60dcd6828 v1.0.8 2017-10-28 22:12:27 -06:00
AJ ONeal
82f2c9065f update urls 2017-10-28 22:12:25 -06:00
AJ ONeal
813da458f9 v1.0.7 2017-10-28 22:11:16 -06:00
AJ ONeal
282952b4e5 v1.0.6 2017-10-28 22:00:33 -06:00
AJ ONeal
934ce950f0 update urls 2017-10-28 22:00:28 -06:00
AJ ONeal
faad2e1697 v1.0.5 2017-10-28 21:55:41 -06:00
AJ ONeal
6cf39d6dc0 update urls 2017-10-28 21:55:37 -06:00
AJ ONeal
124fab7c94 v1.0.4 2017-10-28 21:55:06 -06:00
AJ ONeal
d783bc493e v1.0.3 2017-10-28 21:54:23 -06:00
AJ ONeal
27f1186b2f update urls 2017-10-28 21:54:19 -06:00
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "knuth-shuffle",
"version": "1.0.2",
"version": "1.0.8",
"main": "index.js",
"ignore": [
".jshintrc",

View File

@ -1,14 +1,15 @@
{
"name": "knuth-shuffle",
"version": "1.0.2",
"version": "1.0.8",
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
"main": "index.js",
"homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle.js",
"scripts": {
"test": "node example.js"
},
"repository": {
"type": "git",
"url": "git://git.coolaj86.com/coolaj86/knuth-shuffle.git"
"url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.js.git"
},
"keywords": [
"ronald",