target windshaft master branch
This commit is contained in:
parent
5463248578
commit
226653207a
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user