Skip to content

Commit

Permalink
feat(bricks): add repository field to brick.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Apr 6, 2022
1 parent cd8d3ec commit 4b8e2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bricks/bloc/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: bloc
description: Generate a new Bloc in Dart | Built for the bloc state management library.
version: 0.1.0
repository: https://github.com/felangel/bloc/tree/master/bricks/bloc

environment:
mason: ">=0.1.0-dev <0.1.0"
Expand Down
1 change: 1 addition & 0 deletions bricks/cubit/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: cubit
description: Generate a new Cubit in Dart | Built for the bloc state management library.
version: 0.1.0
repository: https://github.com/felangel/bloc/tree/master/bricks/cubit

environment:
mason: ">=0.1.0-dev <0.1.0"
Expand Down

0 comments on commit 4b8e2f4

Please sign in to comment.