mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
fix pubspecs
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
name: cherrypick_annotations
|
name: cherrypick_annotations
|
||||||
description: A starting point for Dart libraries or applications.
|
description: A starting point for Dart libraries or applications.
|
||||||
version: 1.0.0
|
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:
|
environment:
|
||||||
sdk: ">=3.5.2 <4.0.0"
|
sdk: ">=3.5.2 <4.0.0"
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
name: cherrypick_generator
|
name: cherrypick_generator
|
||||||
description: Code generator for cherrypick annotations
|
description: Code generator for cherrypick annotations
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
# repository: https://github.com/my_org/my_repo
|
documentation: https://github.com/pese-git/cherrypick/wiki
|
||||||
publish_to: none
|
repository: https://github.com/pese-git/cherrypick
|
||||||
|
issue_tracker: https://github.com/pese-git/cherrypick/issues
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.5.2 <4.0.0"
|
sdk: ">=3.5.2 <4.0.0"
|
||||||
|
|
||||||
# Add regular dependencies here.
|
# Add regular dependencies here.
|
||||||
dependencies:
|
dependencies:
|
||||||
cherrypick_annotations:
|
cherrypick_annotations: any
|
||||||
path: ../cherrypick_annotations
|
|
||||||
analyzer: any
|
analyzer: any
|
||||||
dart_style: any
|
dart_style: any
|
||||||
build: any
|
build: any
|
||||||
|
|||||||
Reference in New Issue
Block a user