update urls

This commit is contained in:
AJ ONeal 2017-10-28 22:12:25 -06:00
parent 813da458f9
commit 82f2c9065f
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
"version": "1.0.7", "version": "1.0.7",
"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",