mapbox / node-or-tools

Node.js bindings for or-tools vehicle routing problems
MIT License
146 stars 48 forks source link

Fix Node 10 compatibility #57

Closed ivosabev closed 5 years ago

ivosabev commented 5 years ago

Fixes the deprecated ->NewInstance.

Successfully builds for all three Node LTS versions including 10

daniel-j-h commented 5 years ago

Thanks!