nypublicradio / audiogram

Turn audio into a shareable video.
MIT License
943 stars 335 forks source link

Lock d3 version to last supported version for app #96

Closed rnkaufman closed 7 years ago

rnkaufman commented 7 years ago

Fixes the syntax error upon server startup mentioned in: https://github.com/nypublicradio/audiogram/issues/95

rnkaufman commented 7 years ago

@veltman Hi! I made this PR because it seems that d3 wasn't getting locked down in packages.json the way it was written before, so 4.10.1 was getting installed and messing up the way the settings/themes.json file gets loaded in. I would appreciate your eyes on this!

veltman commented 7 years ago

Thanks! Also should close #93.

Details on the issue: https://github.com/d3/d3-request/issues/24

@noslouch can you merge this?