Skip to content

Commit

Permalink
fix: remove mandatory fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jrk94 committed Sep 26, 2024
1 parent f32d344 commit 13beebe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions generators/tasksLibrary/templates/packConfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "TasksLibrary",
"templates": "${Source}/templates/",
"font": "${Source}/font/config.json",
"postActions": [
]
"_UN_UNDERSCORE_NEXT_LINE_FOR_ENABLING_FONTS:": "",
"_font": "${Source}/font/config.json",
"postActions": []
}
4 changes: 3 additions & 1 deletion generators/tasksLibrary/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
"@criticalmanufacturing/connect-iot-controller-engine": "<%= targetSystemVersionProcessed %>",
"reflect-metadata": "0.1.13",
"inversify": "6.0.1",
"moment": "2.29.4"
"moment": "2.29.4",
"cmf-lbos": "<%= targetSystemVersionProcessed %>",
"zone.js": "0.14.7"
},
"author": "Critical Manufacturing",
"criticalManufacturing": {
Expand Down

0 comments on commit 13beebe

Please sign in to comment.