Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 3, 2023
1 parent 15792f6 commit dfdbbb6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Beize

A scripting language made for unknown reasons.
A highly dynamic embeddable scripting language.

[![GitHub Release](https://img.shields.io/github/v/release/zyrouge/beize)](https://github.com/zyrouge/beize/releases/latest)
[![GitHub](https://img.shields.io/github/license/zyrouge/beize)](./LICENSE)
Expand Down
10 changes: 4 additions & 6 deletions packages/beize_cli/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ packages:
source: path
version: "0.0.0"
beize_shared:
dependency: transitive
dependency: "direct main"
description:
path: "packages/beize_shared"
ref: HEAD
resolved-ref: "0b6610337e9f95ac6aebbe0da20fa3b050ec2478"
url: "https://github.com/zyrouge/beize.git"
source: git
path: "../beize_shared"
relative: true
source: path
version: "0.0.0"
beize_vm:
dependency: "direct main"
Expand Down
6 changes: 6 additions & 0 deletions packages/beize_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ dependencies:
git:
url: https://github.com/zyrouge/beize.git
path: packages/beize_compiler
beize_shared:
git:
url: https://github.com/zyrouge/beize.git
path: packages/beize_shared
beize_vm:
git:
url: https://github.com/zyrouge/beize.git
Expand All @@ -22,6 +26,8 @@ dependencies:
dependency_overrides:
beize_compiler:
path: ../beize_compiler
beize_shared:
path: ../beize_shared
beize_vm:
path: ../beize_vm

Expand Down

0 comments on commit dfdbbb6

Please sign in to comment.