Skip to content

Commit

Permalink
Merge pull request #74 from fleetbase/dev-v0.2.33
Browse files Browse the repository at this point in the history
remove ember-leaflet patch and use exclude options
  • Loading branch information
roncodes authored Oct 3, 2024
2 parents 0c1ff91 + ceda8bc commit a5573d3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 104 deletions.
8 changes: 7 additions & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
'use strict';

module.exports = function (/* environment, appConfig */) {
return {};
return {
'ember-leaflet': {
excludeCSS: true,
excludeJS: true,
excludeImages: true,
},
};
};
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/ember-ui",
"version": "0.2.32",
"version": "0.2.33",
"description": "Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.",
"keywords": [
"fleetbase-ui",
Expand Down Expand Up @@ -188,8 +188,7 @@
},
"pnpm": {
"patchedDependencies": {
"ember-gridstack@4.0.0": "patches/ember-gridstack@4.0.0.patch",
"ember-leaflet@5.1.3": "patches/ember-leaflet@5.1.3.patch"
"ember-gridstack@4.0.0": "patches/ember-gridstack@4.0.0.patch"
}
}
}
95 changes: 0 additions & 95 deletions patches/ember-leaflet@5.1.3.patch

This file was deleted.

7 changes: 2 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5573d3

Please sign in to comment.