Skip to content

Commit

Permalink
Revert "Publicly expose binaries to Node.js bindings, resolves Projec…
Browse files Browse the repository at this point in the history
…t-OSRM#4377"

This reverts commit 4686272.

Unfortunately, this doesn't work alongside `node-pre-gyp` - in fresh installs, the binary
files are not yet downloaded when npm tries to create symlinks, leading to an error.
  • Loading branch information
danpat committed Aug 15, 2017
1 parent c34520f commit 48eeef2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,5 @@
"host": "https://mapbox-node-binary.s3.amazonaws.com",
"remote_path": "./{name}/v{version}/{configuration}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"bin": {
"osrm-extract": "./lib/binding/osrm-extract",
"osrm-contract": "./lib/binding/osrm-contract",
"osrm-partition": "./lib/binding/osrm-partition",
"osrm-customize": "./lib/binding/osrm-customize",
"osrm-routed": "./lib/binding/osrm-routed",
"osrm-components": "./lib/binding/osrm-components",
"osrm-datastore": "./lib/binding/osrm-datastore"
}
}

0 comments on commit 48eeef2

Please sign in to comment.