summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDane Springmeyer <springmeyer@users.noreply.github.com>2017-05-04 16:43:54 -0700
committerBobby Sudekum <bobby@mapbox.com>2017-05-04 16:43:54 -0700
commitbf959b9d866b20b5563bd748313a10f9804b03c1 (patch)
tree6dc5744458aebbe8d0038e19817bd0c1490cb874 /package.json
parent6868b2557d5b16cbd6ac1765f249cab9a697b1bd (diff)
downloadqtlocation-mapboxgl-bf959b9d866b20b5563bd748313a10f9804b03c1.tar.gz
[node] start publishing both release+debug builds (#8865)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 30a2fe80a7..a2379bd71f 100644
--- a/package.json
+++ b/package.json
@@ -43,6 +43,6 @@
"module_path": "./lib/",
"host": "https://mapbox-node-binary.s3.amazonaws.com",
"remote_path": "./{name}/v{version}",
- "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
+ "package_name": "{node_abi}-{platform}-{arch}-{configuration}.tar.gz"
}
}