Skip to content

Commit

Permalink
related
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 15, 2016
1 parent 866661d commit 8781488
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -44,11 +44,11 @@ function testArguments() {
- [is-index](https://github.com/gearcase/is-index) - Checks if the given value is a valid array-like index.
- [is-length](https://github.com/gearcase/is-length) - Checks if the given value is a valid array-like length.
- [to-length](https://github.com/gearcase/to-length) - Converts value to an integer suitable for use as the length of an array-like object.
- [pick-item](https://github.com/gearcase/pick-item) - Randomly sampling a item from an array.
- [pick-items](https://github.com/gearcase/pick-items) - Randomly sampling some items from an array.
- [drop-left](https://github.com/gearcase/drop-left) - Creates a slice of array with n elements dropped from the beginning.
- [drop-right](https://github.com/gearcase/drop-right) - Creates a slice of array with n elements dropped from the end.
- [shuffle-arr](https://github.com/gearcase/shuffle-arr) - Randomize the order of the elements in an array or array-like object.
- [pick-item](https://github.com/mock-end/pick-item) - Randomly sampling a item from an array.
- [pick-items](https://github.com/mock-end/pick-items) - Randomly sampling some items from an array.
- [shuffle-arr](https://github.com/mock-end/shuffle-arr) - Randomize the order of the elements in an array or array-like object.


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "is-array-like",
"version": "1.1.1",
"version": "1.1.2",
"description": "Checks if the given value is an array or array-like object.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8781488

Please sign in to comment.