We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb6b30 commit 4181cbfCopy full SHA for 4181cbf
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Run CI
19
run: |
20
- npm install --legacy-peer-deps --force
+ npm install --legacy-peer-deps
21
npm run lint
22
npm run build
23
npm run coverage
jest.config.js
@@ -22,5 +22,6 @@ module.exports = {
'lodash-es': 'lodash',
'd3-color': 'd3-color/dist/d3-color.min.js',
24
'd3-interpolate': 'd3-interpolate/dist/d3-interpolate.min.js',
25
+ 'd3-geo': 'd3-geo/build/d3-geo.min.js'
26
},
27
};
0 commit comments