distribute-array
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "distribute-array", | ||
"version": "0.0.2", | ||
"description": "Distributes one array evenly between a given number of smaller arrays", | ||
"version": "0.0.3", | ||
"description": "Distributes one array evenly between a given number of smaller arrays.", | ||
"main": "./lib/distribute-array.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
@@ -0,1 +1,4 @@ | ||
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] | ||
# distribute-array | ||
@@ -5,3 +8,3 @@ Distributes one array evenly between a given number of smaller arrays | ||
```javascript | ||
var da = require('distributed-array'); | ||
var da = require('distribute-array'); | ||
var arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; | ||
@@ -15,1 +18,12 @@ | ||
``` | ||
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat | ||
[license-url]: LICENSE | ||
[npm-url]: https://npmjs.org/package/distribute-array | ||
[npm-version-image]: http://img.shields.io/npm/v/distribute-array.svg?style=flat | ||
[npm-downloads-image]: http://img.shields.io/npm/dm/distribute-array.svg?style=flat | ||
[travis-url]: http://travis-ci.org/fergiemcdowall/distribute-array | ||
[travis-image]: http://img.shields.io/travis/fergiemcdowall/distribute-array.svg?style=flat |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28
6756