target windshaft master branch

This commit is contained in:
David Manzanares 2017-10-05 12:17:55 +02:00
parent 5463248578
commit 226653207a

View File

@ -43,7 +43,7 @@
"step-profiler": "~0.3.0", "step-profiler": "~0.3.0",
"turbo-carto": "0.20.0", "turbo-carto": "0.20.0",
"underscore": "~1.6.0", "underscore": "~1.6.0",
"windshaft": "3.3.2", "windshaft": "cartodb/windshaft",
"yargs": "~5.0.0" "yargs": "~5.0.0"
}, },
"devDependencies": { "devDependencies": {
@ -58,7 +58,8 @@
"scripts": { "scripts": {
"lint": "jshint lib test", "lint": "jshint lib test",
"preinstall": "make pre-install", "preinstall": "make pre-install",
"test": "make test-all" "test": "make test-all",
"update-internal-deps": "rm -rf node_modules && rm -f yarn.lock && yarn"
}, },
"engines": { "engines": {
"node": ">=6.9", "node": ">=6.9",