Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 5d59602

Browse files
committed
Publishes to cartodb AWS S3 bucket. ONLY Linux binary for now.
1 parent 06f8a96 commit 5d59602

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 1.4.15 (based on 1.4.15-cdb branch)
44

5+
- Publishes to cartodb AWS S3 bucket. ONLY Linux binary for now.
56
- To use this release you have to specify the **dependency with URL in package.json**, as in:
67
```js
78
"carto": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"binary": {
1010
"module_name" : "mapnik",
1111
"module_path" : "./lib/binding/{node_abi}-{platform}-{arch}",
12-
"host" : "https://mapbox-node-binary.s3.amazonaws.com",
12+
"host" : "https://cartodb-node-binary.s3.amazonaws.com",
1313
"remote_path" : "./{module_name}/v{version}/",
1414
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
1515
},

0 commit comments

Comments
 (0)