Compare commits

..

2 Commits

Author SHA1 Message Date
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 3 additions and 3 deletions

View File

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

View File

@ -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",