Revert "Publicly expose binaries to Node.js bindings, resolves #4377"
This reverts commit 4686272f87
.
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.
This commit is contained in:
parent
c34520f3a4
commit
48eeef2d30
@ -65,14 +65,5 @@
|
|||||||
"host": "https://mapbox-node-binary.s3.amazonaws.com",
|
"host": "https://mapbox-node-binary.s3.amazonaws.com",
|
||||||
"remote_path": "./{name}/v{version}/{configuration}/",
|
"remote_path": "./{name}/v{version}/{configuration}/",
|
||||||
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
|
"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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user