Skip to content

Commit 48eeef2

Browse files
committed
Revert "Publicly expose binaries to Node.js bindings, resolves #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.
1 parent c34520f commit 48eeef2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,5 @@
6565
"host": "https://mapbox-node-binary.s3.amazonaws.com",
6666
"remote_path": "./{name}/v{version}/{configuration}/",
6767
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
68-
},
69-
"bin": {
70-
"osrm-extract": "./lib/binding/osrm-extract",
71-
"osrm-contract": "./lib/binding/osrm-contract",
72-
"osrm-partition": "./lib/binding/osrm-partition",
73-
"osrm-customize": "./lib/binding/osrm-customize",
74-
"osrm-routed": "./lib/binding/osrm-routed",
75-
"osrm-components": "./lib/binding/osrm-components",
76-
"osrm-datastore": "./lib/binding/osrm-datastore"
7768
}
7869
}

0 commit comments

Comments
 (0)