use latest mapnik-reference

This commit is contained in:
Dane Springmeyer 2014-04-25 16:11:28 -07:00
parent 9d44691111
commit 5dc4610785
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
## Changelog ## Changelog
## Future
* Bump `mapnik-reference` dependency to ~5.0.9 (with `shield-halo-rasterizer`)
## 0.9.6 ## 0.9.6
* Fixed support for `text-face-name` values with `&` like `El&Font Bubble` * Fixed support for `text-face-name` values with `&` like `El&Font Bubble`

View File

@ -37,7 +37,7 @@
}, },
"dependencies": { "dependencies": {
"underscore": "~1.6.0", "underscore": "~1.6.0",
"mapnik-reference": "5.0.8", "mapnik-reference": "5.0.9",
"xml2js": "~0.4.2", "xml2js": "~0.4.2",
"optimist": "~0.6.0" "optimist": "~0.6.0"
}, },