Порівняти коміти

..

2 Коміти

Автор SHA1 Повідомлення Дата
AJ ONeal
c60dcd6828 v1.0.8 2017-10-28 22:12:27 -06:00
AJ ONeal
82f2c9065f update urls 2017-10-28 22:12:25 -06:00
2 змінених файлів з 4 додано та 4 видалено

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

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