update urls
This commit is contained in:
parent
faad2e1697
commit
934ce950f0
|
@ -3,12 +3,13 @@
|
||||||
"version": "1.0.5",
|
"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",
|
||||||
|
"homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node example.js"
|
"test": "node example.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle"
|
"url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ronald",
|
"ronald",
|
||||||
|
|
Loading…
Reference in New Issue