Bump to v3.8.0.

This commit is contained in:
jdalton
2015-05-25 16:54:01 -07:00
committed by John-David Dalton
parent 52fcde9b85
commit 9903fcac4d
20 changed files with 523 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash._topath",
"version": "3.7.0",
"version": "3.8.0",
"description": "The modern build of lodashs internal `toPath` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -16,7 +16,6 @@
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._basetostring": "^3.0.0",
"lodash.isarray": "^3.0.0"
}
}