Bump to v4.0.0.

This commit is contained in:
John-David Dalton
2016-02-26 01:06:04 -08:00
parent 51e917b094
commit d35a9c40be
1337 changed files with 70148 additions and 17945 deletions

View File

@@ -1,4 +1,4 @@
# lodash.trim v3.1.1
# lodash.trim v4.0.0
The [lodash](https://lodash.com/) method `_.trim` exported as a [Node.js](https://nodejs.org/) module.
@@ -15,4 +15,4 @@ In Node.js:
var trim = require('lodash.trim');
```
See the [documentation](https://lodash.com/docs#trim) or [package source](https://github.com/lodash/lodash/blob/3.1.1-npm-packages/lodash.trim) for more details.
See the [documentation](https://lodash.com/docs#trim) or [package source](https://github.com/lodash/lodash/blob/4.0.0-npm-packages/lodash.trim) for more details.

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.trim",
"version": "3.1.1",
"version": "4.0.0",
"description": "The lodash method `_.trim` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -15,11 +15,7 @@
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._basetostring": "^3.0.0",
"lodash._charsleftindex": "^3.0.0",
"lodash._charsrightindex": "^3.0.0",
"lodash._isiterateecall": "^3.0.0",
"lodash._trimmedleftindex": "^3.0.0",
"lodash._trimmedrightindex": "^3.0.0"
"lodash._charsendindex": "^4.0.0",
"lodash._charsstartindex": "^4.0.0"
}
}