properties
properties copied to clipboard
Create enumerable properties for properties.path()
The return value of properties.path() had enumerable keys in 2.1.1 and earlier. Starting in 2.2.0, the keys were no longer enumerable as part of the change made for #40 in 0877cc8.
Fixes #58