比較提交

...

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", "name": "knuth-shuffle",
"version": "1.0.3", "version": "1.0.5",
"main": "index.js", "main": "index.js",
"ignore": [ "ignore": [
".jshintrc", ".jshintrc",

查看文件

@ -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",