v1.0.2
This commit is contained in:
parent
b05104798b
commit
9cecd855f3
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "knuth-shuffle",
|
"name": "knuth-shuffle",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".jshintrc"
|
".jshintrc",
|
||||||
, "package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "knuth-shuffle",
|
"name": "knuth-shuffle",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"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": {
|
||||||
|
|
Loading…
Reference in New Issue