mariocasciaro / object-path

A tiny JavaScript utility to access deep properties using a path (for Node and the Browser)
MIT License
1.06k stars 84 forks source link

Fixed If a property has null value, throws an error instead of creating #94

Closed pravinkumart closed 6 years ago

pravinkumart commented 6 years ago

This solves https://github.com/mariocasciaro/object-path/issues/93

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.722% when pulling ab0e6785ad1015432f0cad9b1ef77bc92b4d7192 on pravinkumart:master into 99d9d30087493f6def258ddfb45d34029f5ce4eb on mariocasciaro:master.

mariocasciaro commented 6 years ago

Please see #93