Skip to content

Commit

Permalink
fix(core/reports): fix docx library inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
robzan8 committed Dec 4, 2023
1 parent cd1572f commit cf56b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"chart.js": "0.0.0-CHARTJS",
"dagre": "0.0.0-DAGRE",
"date-fns": "0.0.0-DATE-FNS",
"docx": "0.0.0-DOCX",
"echarts": "0.0.0-ECHARTS",
"flag-icon-css": "0.0.0-FLAG-ICON-CSS",
"leaflet": "0.0.0-LEAFLET",
Expand Down
1 change: 1 addition & 0 deletions scripts/utils/version-replacements.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const versionReplacements = packages => {
['chart.js', 'CHARTJS'],
['dagre', 'DAGRE'],
['date-fns', 'DATE-FNS'],
['docx', 'DOCX'],
['echarts', 'ECHARTS'],
['flag-icon-css', 'FLAG-ICON-CSS'],
['leaflet', 'LEAFLET'],
Expand Down

0 comments on commit cf56b42

Please sign in to comment.