From 878148857d9a646c5fb15a6a77c74d5d86a3856b Mon Sep 17 00:00:00 2001 From: bubkoo Date: Fri, 15 Apr 2016 11:54:28 +0800 Subject: [PATCH] related --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86e2f76..371d872 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 8219272..8b055f4 100644 --- a/package.json +++ b/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": {