Bump to v3.11.0.

This commit is contained in:
John-David Dalton
2016-02-07 17:50:16 -08:00
parent 5132c34653
commit 51e917b094
10 changed files with 28 additions and 145 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.ceil",
"version": "3.10.3",
"version": "3.11.0",
"description": "The lodash method `_.ceil` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -13,5 +13,8 @@
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._root": "^3.0.0"
}
}