Bump to v4.4.0.

This commit is contained in:
John-David Dalton
2016-04-12 23:55:57 -07:00
parent 04e08670ed
commit fb1f99d9d9
415 changed files with 36968 additions and 4619 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.pullat",
"version": "4.3.0",
"version": "4.4.0",
"description": "The lodash method `_.pullAt` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -16,8 +16,8 @@
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._baseflatten": "~4.2.0",
"lodash._basepullat": "~4.3.0",
"lodash._stringtopath": "~4.7.0",
"lodash._basepullat": "~4.4.0",
"lodash._stringtopath": "~4.8.0",
"lodash.rest": "^4.0.0"
}
}