Skip to content

Commit

Permalink
chore: add homepage to pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed May 24, 2022
1 parent e4baf70 commit df6b6bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dart_frog/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: dart_frog
description: A fast, minimalistic backend framework for Dart
version: 0.0.1-dev.1
homepage: https://github.com/VeryGoodOpenSource/dart_frog

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/dart_frog_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: dart_frog_cli
description: The official command line interface for dart_frog
version: 0.0.1-dev.1
homepage: https://github.com/VeryGoodOpenSource/dart_frog

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/dart_frog_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: dart_frog_gen
description: Code generation tooling for dart_frog
version: 0.0.1-dev.1
homepage: https://github.com/VeryGoodOpenSource/dart_frog

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit df6b6bf

Please sign in to comment.