Skip to content

Commit

Permalink
fix(katana_router_annotation): Create a description.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Oct 16, 2022
1 parent fa44b69 commit 5664d68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
17 changes: 5 additions & 12 deletions packages/katana_router/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "47.0.0"
version: "49.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "4.7.0"
version: "5.1.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -212,13 +212,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
freezed_annotation:
dependency: transitive
description:
name: freezed_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -302,21 +295,21 @@ packages:
path: ".."
relative: true
source: path
version: "1.5.0"
version: "1.5.1"
katana_router_annotation:
dependency: transitive
description:
name: katana_router_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.0"
version: "1.5.1"
katana_router_builder:
dependency: "direct dev"
description:
path: "../../katana_router_builder"
relative: true
source: path
version: "1.5.0"
version: "1.5.2"
lints:
dependency: transitive
description:
Expand Down
16 changes: 1 addition & 15 deletions packages/katana_router/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
freezed_annotation:
dependency: transitive
description:
name: freezed_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
http:
dependency: transitive
description:
Expand Down Expand Up @@ -128,13 +121,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.4"
json_annotation:
dependency: transitive
description:
name: json_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "4.7.0"
katana:
dependency: "direct main"
description:
Expand All @@ -148,7 +134,7 @@ packages:
name: katana_router_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.0"
version: "1.5.1"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_router_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: katana_router_annotation
description: Definition of annotation when used in katana router.
description: Define annotations to use the Katana router builder. Build with katana_router_builder using this annotation.
version: 1.5.1
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_router_annotation
Expand Down

0 comments on commit 5664d68

Please sign in to comment.