Closed kcarra closed 2 years ago
@balupton what are your thoughts on this?
@kcarra added you as a maintainer, feel free to what you think is best. Make sure to follow the instructions in CONTRIBUTING.md
for the release/CI process, which is powered by https://github.com/bevry/boundation
good work with the release, all done perfectly
In the case that the values of a .env file contain strings:
it would be nice to normalize the values before returning them when calling the
parse
function. Currently if a .env file has values that contain quotes (single or double) the quotes are preserved when setting the value on the result object, leading to situations like this{FOO: '"BAR"'}
.