dominictarr / rc

The non-configurable configuration loader for lazy people.
Other
1.02k stars 97 forks source link

Update strip-json-comments dependency #89

Closed ysangkok closed 7 years ago

ysangkok commented 7 years ago

I updated a dependency, since an old major release was used, used with a tilde preventing upgrading to v2, even though v2 has the same API regarding use in this project.

The old version of the dependency is inferior because it has a 'return' statement outside of a function, which is a SyntaxError in strict mode, which is mandated by ES2015.

dominictarr commented 7 years ago

thanks, merged into 1.1.7