Skip to content

Commit

Permalink
docs: Fix example deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Mar 22, 2024
1 parent 05377e5 commit 9e8d0a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
- --skip
- examples/sld/index.pug,package-lock.json,examples/reprojection/proj.json,website/themes/agency/source/vendor/jquery/jquery.min.js,examples/reprojection/capitals.json
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.13.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down
3 changes: 3 additions & 0 deletions examples/index-website.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ require('codemirror/addon/edit/matchbrackets');

// Colorbrewer
window.colorbrewer = require('colorbrewer').default;

// d3
window.d3 = require('d3');

0 comments on commit 9e8d0a8

Please sign in to comment.