Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Aug 21, 2015
1 parent 5e629eb commit aef804b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "defaults-deep",
"description": "Like `extend` but recursively copies only the missing properties/values to the target object.",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/jonschlinkert/defaults-deep",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/defaults-deep",
Expand All @@ -21,11 +21,12 @@
},
"dependencies": {
"for-own": "^0.1.3",
"is-plain-object": "^2.0.0"
"is-extendable": "^0.1.1",
"lazy-cache": "^0.2.3"
},
"devDependencies": {
"mocha": "*",
"should": "^4.0.4"
"should": "*"
},
"keywords": [
"copy",
Expand All @@ -43,4 +44,4 @@
"util",
"utils"
]
}
}

0 comments on commit aef804b

Please sign in to comment.