topojson / us-atlas

Pre-built TopoJSON from the U.S. Census Bureau.
https://observablehq.com/@d3/u-s-map
ISC License
859 stars 139 forks source link

prepublish script looking for toposimplify in wrong location? #27

Closed nselikoff closed 7 years ago

nselikoff commented 7 years ago

On a fresh checkout and npm install with node v4.6.1 and npm v3.10.9 on OS X, the install process gets stuck looking for toposimplify at node_modules/topojson/node_modules/topojson-simplify/bin/toposimplify but it's at node_modules/topojson-simplify/bin/toposimplify.

I'm still new to node so I'm not sure what the issue is / why topojson-simplify was checked out at the top level instead of within topojson.

nselikoff commented 7 years ago

Thanks for the quick fix!