Requirements version changes

This commit is contained in:
Alejandro Guirao Rodríguez 2018-08-17 10:34:25 +02:00 committed by GitHub
parent 204d246a8c
commit 5bb58429b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,15 @@
"name": "carto_windshaft", "name": "carto_windshaft",
"current_version": { "current_version": {
"requires": { "requires": {
"node": ">=6.9.2 <10.0", "node": ">=6.9.2 <10.0.0",
"yarn": ">=0.27.5 <1.0.0", "yarn": ">=0.27.5 <1.0.0",
"mapnik": ">=3.0.15" "mapnik": ">=3.0.15"
}, },
"works_with": { "works_with": {
"redis": ">=3.0.0", "redis": ">=3.0.0",
"postgresql": ">=9.5", "postgresql": ">=9.5.0",
"postgis": ">=2.2", "postgis": ">=2.2.0",
"carto_postgresql_ext": ">=0.19" "carto_postgresql_ext": ">=0.19.0"
} }
} }
} }