Skip to content

Commit

Permalink
0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar committed Apr 17, 2015
1 parent 8e8bfa1 commit 5a881b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@

var objectPath = function(obj) {
return Object.keys(objectPath).reduce(function(proxy, prop) {
/*istanbul ignore else*/
if (typeof objectPath[prop] === 'function') {
proxy[prop] = objectPath[prop].bind(objectPath, obj);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "object-path",
"description": "Access deep properties using a path",
"version": "0.9.2",
"version": "0.9.3",
"author": {
"name": "Mario Casciaro"
},
Expand Down

0 comments on commit 5a881b7

Please sign in to comment.