Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Sep 29, 2024
1 parent 04dcc2a commit 22dfbe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/packages.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -51618,8 +51618,8 @@ return mapboxgl;
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.colorbrewer = factory());
}(this, (function () { 'use strict';
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.colorbewer = factory());
})(this, (function () { 'use strict';

var index = {
schemeGroups: {
Expand Down Expand Up @@ -51932,4 +51932,4 @@ return mapboxgl;

return index;

})));
}));

0 comments on commit 22dfbe3

Please sign in to comment.