Merge pull request #271 from CartoDB/update-dependencies
Pointing to a proper version in turbo-carto and d3 dependencies
This commit is contained in:
commit
ddf487f56d
16
package.json
16
package.json
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "torque.js",
|
||||
"version": "2.15.1",
|
||||
"description": "Temporal mapping for CartoDB",
|
||||
"version": "2.15.2",
|
||||
"description": "Temporal mapping for CARTO",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/CartoDB/torque.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "CartoDB",
|
||||
"url": "http://cartodb.com/",
|
||||
"email": "wadus@cartodb.com"
|
||||
"name": "CARTO",
|
||||
"url": "http://carto.com/",
|
||||
"email": "wadus@carto.com"
|
||||
},
|
||||
"contributors": [
|
||||
"Andrew Hill <andrew@vizzuality.com>",
|
||||
@ -24,8 +24,8 @@
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"carto": "cartodb/carto#master",
|
||||
"d3": "~3.5.6",
|
||||
"turbo-carto": "~0.15.1",
|
||||
"d3": "3.5.17",
|
||||
"turbo-carto": "0.16.0",
|
||||
"turf-jenks": "~1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -39,7 +39,7 @@
|
||||
"qunitjs": "1.x",
|
||||
"request": "~2.53.0",
|
||||
"uglify-js": "1.3.3",
|
||||
"underscore": "~1.6.0",
|
||||
"underscore": "1.8.3",
|
||||
"sinon": "~1.15.4"
|
||||
},
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user