jxson / front-matter

Extract YAML front matter from strings
MIT License
675 stars 76 forks source link

Fix for environments without process var #57

Closed snaptopixel closed 6 years ago

snaptopixel commented 6 years ago

Using in the browser via rollup and typescript's esModuleInterop raises an error about process being undefined. This fixes that issue.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a9fe69ee7437d85e6ebe42f26b685020503e7e13 on snaptopixel:master into 32312c07d77f92561d9f6769f04394c4774384a0 on jxson:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a9fe69ee7437d85e6ebe42f26b685020503e7e13 on snaptopixel:master into 32312c07d77f92561d9f6769f04394c4774384a0 on jxson:master.

jxson commented 6 years ago

Nice! Published as v3.0.1

snaptopixel commented 6 years ago

Thanks @jxson appreciate it!