Skip to content

Commit

Permalink
chore: Update package organization in Ballerina.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
manodyaSenevirathne committed Aug 14, 2024
1 parent f6ddc18 commit 27bc6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
8 changes: 1 addition & 7 deletions examples/CLI-assistant/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
[package]
org = "manodya"
org = "wso2"
name = "CLI_assistant"
version = "0.1.0"
distribution = "2201.9.2"

[[dependency]]
org = "ballerinax"
name = "openai.chat"
version = "2.0.1"
repository = "local"

[build-options]
observabilityIncluded = true
10 changes: 2 additions & 8 deletions examples/image-to-markdown-converter/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
[package]
org = "manodya"
name = "CLI_assistant"
org = "wso2"
name = "image_to_markdown_converter"
version = "0.1.0"
distribution = "2201.9.2"

[[dependency]]
org = "ballerinax"
name = "openai.chat"
version = "2.0.1"
repository = "local"

[build-options]
observabilityIncluded = true

0 comments on commit 27bc6f9

Please sign in to comment.