Compare commits

...

2 Commits

Author SHA1 Message Date
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
2 changed files with 4 additions and 3 deletions

View File

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

View File

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