Require higher Windshaft to fix handling of CartoCSS layer name

This commit is contained in:
Sandro Santilli 2013-05-29 11:39:28 +02:00
parent d7ae28095f
commit 3e4f98cb51
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
1.2.1
------
* Require Windshaft-0.12.1 to fix multilayer post from firefox
* Fix multilayer post from firefox
* Fix multilayer cartocss layer name handling
1.2.0
------

4
npm-shrinkwrap.json generated
View File

@ -193,10 +193,10 @@
"version": "1.3.3"
},
"windshaft": {
"version": "0.12.1",
"version": "0.12.2",
"dependencies": {
"grainstore": {
"version": "0.13.0",
"version": "0.13.1",
"dependencies": {
"carto": {
"version": "0.9.3-cdb3",

View File

@ -21,7 +21,7 @@
"cluster2": "git://github.com/CartoDB/cluster2.git#cdb_production",
"node-varnish": "0.1.1",
"underscore" : "~1.3.3",
"windshaft" : "~0.12.1",
"windshaft" : "~0.12.2",
"step": "0.0.x",
"generic-pool": "~2.0.3",
"redis": "0.7.2",