hughsk / envify

:wrench: Selectively replace Node-style environment variables with plain strings.
902 stars 57 forks source link

Update to jstransform@^10.0.1 #22

Closed zertosh closed 9 years ago

zertosh commented 9 years ago

jstransform@^10.0.1 has an updated esprima-fb which includes https://github.com/facebook/esprima/pull/80. This fixes a parse error Unexpected token => when arrow functions are passed as arguments.

@hughsk I don't think this change merits anything more than a minor version bump. I point this out because React depends on ^3.0.0, so a major version bump would require downstream changes. https://github.com/facebook/react/blob/fa89611/npm-react/package.json#L27

yoshuawuyts commented 9 years ago

:+1: tests pass so looks good to me.

hughsk commented 9 years ago

Thanks @zertosh, will bump the minor and publish! :)

zertosh commented 9 years ago

Thanks @hughsk. If you're ever looking for collaborators to merge and publish this kind of routine maintenance stuff, I'd be more than happy to help out.

hughsk commented 9 years ago

For sure! Done – thanks again :)

zertosh commented 9 years ago

Np. Glad I can help!