Compare commits

..

3 次程式碼提交

作者 SHA1 備註 提交日期
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 個文件被更改,包括 3 次插入3 次删除

查看文件

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

查看文件

@ -1,6 +1,6 @@
{
"name": "knuth-shuffle",
"version": "1.0.3",
"version": "1.0.5",
"description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
"main": "index.js",
"scripts": {
@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle.git"
"url": "https://git.coolaj86.com/coolaj86/knuth-shuffle"
},
"keywords": [
"ronald",