Skip to content

Commit

Permalink
Include fore into generated package.json when creating app
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Mar 1, 2024
1 parent 11ad56c commit f1d2cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/lib/api/generate.xql
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ declare function deploy:package-json($json as map(*)) {
"version": "1.0.0",
"description": $json?title,
"dependencies": map {
"@teipublisher/pb-components": if ($config:webcomponents = 'local') then 'latest' else $config:webcomponents
"@teipublisher/pb-components": if ($config:webcomponents = 'local') then 'latest' else $config:webcomponents,
"@jinntec/fore": $config:fore
}
}
return
Expand Down

0 comments on commit f1d2cc5

Please sign in to comment.