Skip to content

Commit

Permalink
refactor(bricks): update prod_server brick to use hosted dart_frog_gen (
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored May 24, 2022
1 parent f568bb1 commit c6c2e7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
10 changes: 4 additions & 6 deletions bricks/dart_frog_prod_server/hooks/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@ packages:
dart_frog_gen:
dependency: "direct main"
description:
path: "packages/dart_frog_gen"
ref: "457e1a4959320b3cc98769f4c165d1f4977fccac"
resolved-ref: "457e1a4959320b3cc98769f4c165d1f4977fccac"
url: "https://github.com/VeryGoodOpenSource/dart_frog"
source: git
version: "1.0.0+1"
name: dart_frog_gen
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1-dev.2"
http:
dependency: transitive
description:
Expand Down
6 changes: 1 addition & 5 deletions bricks/dart_frog_prod_server/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
dart_frog_gen:
git:
url: https://github.com/VeryGoodOpenSource/dart_frog
path: packages/dart_frog_gen
ref: 457e1a4959320b3cc98769f4c165d1f4977fccac
dart_frog_gen: ^0.0.1-dev
mason: ">=0.1.0-dev <0.1.0"
path: ^1.8.1
pubspec_parse: ^1.2.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6c2e7b

Please sign in to comment.