Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pazguille committed Apr 9, 2016
1 parent bd67edb commit 50bfa6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shuffle-array",
"main": "dist/shuffle-array.js",
"version": "0.1.1",
"version": "1.0.0",
"homepage": "https://github.com/pazguille/shuffle-array",
"description": "Randomize the order of the elements in a given array.",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <guille87paz@gmail.com>",
"twitter": "@pazguille",
"keywords": [
Expand All @@ -16,4 +16,4 @@
"scripts": [
"index.js"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "git@github.com:pazguille/shuffle-array.git",
"description": "Randomize the order of the elements in a given array.",
"author": "Guille Paz <guille87paz@gmail.com>",
"version": "0.1.2",
"version": "1.0.0",
"scripts": {
"dist": "gulp",
"test": "gulp && istanbul cover -x Gulpfile.js gulp test"
Expand Down

0 comments on commit 50bfa6c

Please sign in to comment.