File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
1717 - npm run cibuild
1818 - npm run pretest
1919 - eval $(node tasks/docker.js setup)
20- - npm ls
20+ - npm prune && npm ls
2121
2222test :
2323 override :
Original file line number Diff line number Diff line change 8888 "sane-topojson" : " ^2.0.0" ,
8989 "superscript-text" : " ^1.0.0" ,
9090 "tinycolor2" : " ^1.3.0" ,
91- "topojson" : " ^1.6.20 " ,
91+ "topojson-client " : " ^2.1.0 " ,
9292 "webgl-context" : " ^2.2.0"
9393 },
9494 "devDependencies" : {
Original file line number Diff line number Diff line change 1111
1212var topojsonUtils = module . exports = { } ;
1313
14- var locationmodeToLayer = require ( '../plots/geo/constants' ) . locationmodeToLayer ,
15- topojsonFeature = require ( 'topojson' ) . feature ;
14+ var locationmodeToLayer = require ( '../plots/geo/constants' ) . locationmodeToLayer ;
15+ var topojsonFeature = require ( 'topojson-client ' ) . feature ;
1616
1717
1818topojsonUtils . getTopojsonName = function ( geoLayout ) {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var constants = require('./constants');
2626
2727var xmlnsNamespaces = require ( '../../constants/xmlns_namespaces' ) ;
2828var topojsonUtils = require ( '../../lib/topojson_utils' ) ;
29- var topojsonFeature = require ( 'topojson' ) . feature ;
29+ var topojsonFeature = require ( 'topojson-client ' ) . feature ;
3030
3131// add a few projection types to d3.geo
3232addProjectionsToD3 ( d3 ) ;
You can’t perform that action at this time.
0 commit comments