Compare commits

..

3 Commits

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "knuth-shuffle", "name": "knuth-shuffle",
"version": "1.0.3", "version": "1.0.5",
"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",
"scripts": { "scripts": {
@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle.git" "url": "https://git.coolaj86.com/coolaj86/knuth-shuffle"
}, },
"keywords": [ "keywords": [
"ronald", "ronald",