File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
- npm run cibuild
18
18
- npm run pretest
19
19
- eval $(node tasks/docker.js setup)
20
- - npm ls
20
+ - npm prune && npm ls
21
21
22
22
test :
23
23
override :
Original file line number Diff line number Diff line change 88
88
"sane-topojson" : " ^2.0.0" ,
89
89
"superscript-text" : " ^1.0.0" ,
90
90
"tinycolor2" : " ^1.3.0" ,
91
- "topojson" : " ^1.6.20 " ,
91
+ "topojson-client " : " ^2.1.0 " ,
92
92
"webgl-context" : " ^2.2.0"
93
93
},
94
94
"devDependencies" : {
Original file line number Diff line number Diff line change 11
11
12
12
var topojsonUtils = module . exports = { } ;
13
13
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 ;
16
16
17
17
18
18
topojsonUtils . getTopojsonName = function ( geoLayout ) {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var constants = require('./constants');
26
26
27
27
var xmlnsNamespaces = require ( '../../constants/xmlns_namespaces' ) ;
28
28
var topojsonUtils = require ( '../../lib/topojson_utils' ) ;
29
- var topojsonFeature = require ( 'topojson' ) . feature ;
29
+ var topojsonFeature = require ( 'topojson-client ' ) . feature ;
30
30
31
31
// add a few projection types to d3.geo
32
32
addProjectionsToD3 ( d3 ) ;
You can’t perform that action at this time.
0 commit comments