Skip to content

Commit

Permalink
Add dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Marko committed Sep 14, 2021
1 parent c938dd8 commit e84752b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/build-env/graph.dot
Expand Up @@ -113,6 +113,7 @@ digraph G {
"@kogito-tooling/online-editor" -> "@kogito-tooling/form" [ style = "solid", color = "black" ];
"@kogito-tooling/online-editor" -> "@kogito-tooling/kie-bc-editors" [ style = "solid", color = "black" ];
"@kogito-tooling/online-editor" -> "@kogito-tooling/pmml-editor" [ style = "solid", color = "black" ];
"@kogito-tooling/online-editor" -> "@kogito-tooling/extended-services" [ style = "dashed", color = "black" ];
"@kogito-tooling/online-editor" -> "@kogito-tooling/external-assets-base" [ style = "dashed", color = "black" ];
"@kie-tooling-core/operating-system" -> "@kogito-tooling/build-env" [ style = "dashed", color = "purple" ];
"@kie-tooling-core/patternfly-base" -> "@kogito-tooling/build-env" [ style = "dashed", color = "purple" ];
Expand Down
1 change: 1 addition & 0 deletions packages/online-editor/package.json
Expand Up @@ -26,6 +26,7 @@
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/extended-services": "0.0.0",
"@kogito-tooling/external-assets-base": "0.0.0"
},
"scripts": {
Expand Down

0 comments on commit e84752b

Please sign in to comment.