Bump to v3.1.1.

This commit is contained in:
jdalton
2015-02-04 20:53:49 -08:00
committed by John-David Dalton
parent 27d65e814a
commit 971ec866a8
208 changed files with 1053 additions and 846 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.trim",
"version": "3.1.0",
"version": "3.1.1",
"description": "The lodash method `_.trim` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -15,7 +15,11 @@
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._charsendindex": "^3.0.0",
"lodash._charsstartindex": "^3.0.0"
"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"
}
}