-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "shuffle-array", | ||
"repo": "pazguille/shuffle-array", | ||
"description": "Randomize the order of the elements in a given array.", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"author": "Guille Paz <[email protected]>", | ||
"twitter": "@pazguille", | ||
"keywords": [ | ||
|
@@ -16,4 +16,4 @@ | |
"scripts": [ | ||
"index.js" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"repository": "[email protected]:pazguille/shuffle-array.git", | ||
"description": "Randomize the order of the elements in a given array.", | ||
"author": "Guille Paz <[email protected]>", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"dist": "gulp", | ||
"test": "gulp && istanbul cover -x Gulpfile.js gulp test" | ||
|