Upgrades windshaft to 0.35.1, see https://github.com/CartoDB/Windshaft/pull/254
This commit is contained in:
parent
3c26f1f986
commit
c1d4da870f
3
NEWS.md
3
NEWS.md
@ -1,6 +1,9 @@
|
||||
1.26.1 -- 2015-mm-dd
|
||||
--------------------
|
||||
|
||||
Announcements:
|
||||
- Upgrades windshaft to 0.35.1, see https://github.com/CartoDB/Windshaft/pull/254
|
||||
|
||||
|
||||
1.26.0 -- 2015-01-27
|
||||
--------------------
|
||||
|
8
npm-shrinkwrap.json
generated
8
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "1.26.1",
|
||||
"version": "1.26.2",
|
||||
"dependencies": {
|
||||
"cartodb-psql": {
|
||||
"version": "0.4.0",
|
||||
@ -178,9 +178,9 @@
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
|
||||
},
|
||||
"windshaft": {
|
||||
"version": "0.35.0",
|
||||
"from": "https://github.com/CartoDB/Windshaft/tarball/0.35.0",
|
||||
"resolved": "https://github.com/CartoDB/Windshaft/tarball/0.35.0",
|
||||
"version": "0.35.1",
|
||||
"from": "https://github.com/CartoDB/Windshaft/tarball/0.35.1",
|
||||
"resolved": "https://github.com/CartoDB/Windshaft/tarball/0.35.1",
|
||||
"dependencies": {
|
||||
"chronograph": {
|
||||
"version": "0.1.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "windshaft-cartodb",
|
||||
"version": "1.26.1",
|
||||
"version": "1.26.2",
|
||||
"description": "A map tile server for CartoDB",
|
||||
"keywords": [
|
||||
"cartodb"
|
||||
@ -25,7 +25,7 @@
|
||||
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
|
||||
"underscore" : "~1.6.0",
|
||||
"dot": "~1.0.2",
|
||||
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.35.0",
|
||||
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.35.1",
|
||||
"step": "~0.0.5",
|
||||
"request": "~2.9.203",
|
||||
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
|
||||
|
Loading…
Reference in New Issue
Block a user