Bump to v3.6.0.

This commit is contained in:
jdalton
2015-06-28 22:13:27 -07:00
committed by John-David Dalton
parent dbf44fcc0b
commit f1a2ea44f0
22 changed files with 345 additions and 101 deletions

View File

@@ -0,0 +1,20 @@
# lodash._createpadding v3.6.0
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodashs](https://lodash.com/) internal `createPadding` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash._createpadding
```
In Node.js/io.js:
```js
var createPadding = require('lodash._createpadding');
```
See the [package source](https://github.com/lodash/lodash/blob/3.6.0-npm-packages/lodash._createpadding) for more details.