mapbox / nepomuk

A public transit router for GTFS feeds (currently only static) written in modern c++
MIT License
24 stars 8 forks source link

hard coded dependency in nepomuk-frontend package.json #135

Closed andrewharvey closed 7 years ago

andrewharvey commented 7 years ago

I noticed the route frontend fails on npm install due to a hardcoded package path at https://github.com/mapbox/nepomuk/blob/master/frontends/route/package.json#L35.

MoKob commented 7 years ago

@andrewharvey thank you for reporting. The project is currently in the process of making its way into a proper open source project. You might stumble across similar issues.

I've prepared a fix using a relative path (for now) since neither the frontend/nor the plugin are in any state to be ready for a release, yet.