diff options
author | Bobby Sudekum <bobby@mapbox.com> | 2017-03-14 16:19:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 16:19:47 -0700 |
commit | fb2674e44dff7d9ef9f2a715137696811dac9c82 (patch) | |
tree | 41be278b1017d26d9d9bee02dda45016b6dd9abb /package.json | |
parent | b938afa8faca6a36c354690930efaee321c07d5c (diff) | |
download | qtlocation-mapboxgl-fb2674e44dff7d9ef9f2a715137696811dac9c82.tar.gz |
[node] Specify build type (#8406)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index aca5c5cdc0..76a96c3cf9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "gypfile": true, "binary": { - "module_name": "mapbox-gl-native", + "module_name": "mapbox_gl_native", "module_path": "./lib/", "host": "https://mapbox-node-binary.s3.amazonaws.com", "remote_path": "./{name}/v{version}", |