Skip to content

Commit 9e8d0a8

Browse files
committed
docs: Fix example deployment
1 parent 05377e5 commit 9e8d0a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
- --skip
5656
- examples/sld/index.pug,package-lock.json,examples/reprojection/proj.json,website/themes/agency/source/vendor/jquery/jquery.min.js,examples/reprojection/capitals.json
5757
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
58-
rev: v9.5.0
58+
rev: v9.13.0
5959
hooks:
6060
- id: commitlint
6161
stages: [commit-msg]

examples/index-website.js

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ require('codemirror/addon/edit/matchbrackets');
1818

1919
// Colorbrewer
2020
window.colorbrewer = require('colorbrewer').default;
21+
22+
// d3
23+
window.d3 = require('d3');

0 commit comments

Comments
 (0)