fix pubspecs

This commit is contained in:
Sergey Penkovsky
2025-05-22 16:53:29 +03:00
parent b4970fcf43
commit 6aa76e4041
2 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
name: cherrypick_annotations
description: A starting point for Dart libraries or applications.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
documentation: https://github.com/pese-git/cherrypick/wiki
repository: https://github.com/pese-git/cherrypick
issue_tracker: https://github.com/pese-git/cherrypick/issues
environment:
sdk: ">=3.5.2 <4.0.0"

View File

@@ -1,16 +1,16 @@
name: cherrypick_generator
description: Code generator for cherrypick annotations
version: 1.0.0
# repository: https://github.com/my_org/my_repo
publish_to: none
documentation: https://github.com/pese-git/cherrypick/wiki
repository: https://github.com/pese-git/cherrypick
issue_tracker: https://github.com/pese-git/cherrypick/issues
environment:
sdk: ">=3.5.2 <4.0.0"
# Add regular dependencies here.
dependencies:
cherrypick_annotations:
path: ../cherrypick_annotations
cherrypick_annotations: any
analyzer: any
dart_style: any
build: any